What is the maximum size of type json response that can be sent to a browser?
I have a service that I should return a picture (about 3 mb) in json format but fails every time.
The service works only with pictures smaller (<= 400, 500 KB).
It can be somewhat high service waiting time?
Thank you!