We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

Multiple ajax call not responding at same time in Phalcon

I have a problem when i want send 2 ajax request to "https://crossdomain.test1/index/api". But it not working asynchronously If I set "async:true" ,1 of 2 request will come before normally, but second request is false. I don't how to get response at the same time? Thank you!