How to get Response Body in Zuul?
So I have the ff. code snippet to get the response body in a request.
RequestContext ctx = RequestContext.getCurrentContext();
getResponseDataStream
getResponseBody()
ctx.getResponse()
But all of this are returning null. I already tried those InputStreams, but I can't get it to retrive the data as all of it just returns null..