request size getting inflated when passed from one proxy to another

Not applicable

Hi Experts,

We have two proxies say A and B, where A makes a call to B.

When A makes a call to B I can see the content length as around 8MB but when it is received at B at the first step the content length shows around 11MB.

Because of this inflation we are running into message payload size issue.

Does anybody know why is inflation in request size?

Also, any remedies to avoid this?

Cheers,

A

0 2 173
2 REPLIES 2

Hi,

Did you enable streaming in your proxies ? It is handy in case of big payloads

Since I need to access request and response payload and manipulate them, hence I can not enable streaming.

Thanks,

A