Luci Emilian
Posts: 0
Joined: Wed Feb 05, 2014 9:55 am

Service waiting time response !

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!

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

Service waiting time response !

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?

Luci Emilian
Posts: 0
Joined: Wed Feb 05, 2014 9:55 am

Service waiting time response !

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 .

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

Service waiting time response !

Hello,

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

Return to “Issues”