Hi.
Is there a way to create AJAX proxy that will perform two requests?
The result of a fetch is a merge of data from two AJAX requests, can Sencha proxy support that?
Thanks in advance!
Printable View
Hi.
Is there a way to create AJAX proxy that will perform two requests?
The result of a fetch is a merge of data from two AJAX requests, can Sencha proxy support that?
Thanks in advance!
No, you should simplify your server to return data in a single request.