Hi,
I have a backend service which is a passthrough service and hits the backend service without any transformation and sends response to client as is.
Here when I’m hitting a back end service and the response received is large in size as 7MB or more some times. Due to this, error is being thrown at client end. When the response size is lessthan 1MB(which we tested), we are able to see results as expected. However problem occurs when the response size is huge
Can we achieve by large response handling by using Streaming? If its the case how can we achieve it.
If we cannot store whole response using streaming, how can we store partial data at least.
Can you please help me here with the above issue I’m facing.
Thanks in advance.