How it is possible to read a response body while using Zuul as a proxy in post
filter?
I am trying to call the code like this:
@Componen
I've managed to overcome this. The solution consists of 4 steps:
ctx.getResponseDataStream()
into a ByteArrayOutputStreamcontext.setResponseBody(inputStream)