Page 1 of 1

Service waiting time response !

Posted: Mon Nov 24, 2014 10:40 am
by Luci Emilian

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!


Service waiting time response !

Posted: Mon Nov 24, 2014 3:03 pm
by Evgene Karachevtsev

Hello Luci,

Could you please clarify, how do you exactly includie an image in JSON object? Maybe it would better to use POST request then responses with base64 string?


Service waiting time response !

Posted: Tue Nov 25, 2014 6:26 am
by Luci Emilian

Yes , I use a string in base64 response but large size . When you test the service designer works but you launch the application does not work. The response from the server receive it later but in the meantime acts service error .


Service waiting time response !

Posted: Tue Nov 25, 2014 7:02 am
by Alena Prykhodko

Hello,

What error do you receive?
Have you tried Weinre to debug your app http://devcenter.appery.io/documentat...?