Hello,

Am working on an sms service application, so we have two web applications in two servers (using zend framework) and one mobile application. First user clicks the send button on mobile app, we are calling a function in server one and from server one calling another function in server 2. The issue is, the http call to first server is working but the call to second server is not working in real-time, but when i tried to call the function in server 1 from a browser , i mean from my PC , the call to second server is working fine. Please give some suggestions to solve this issue.

Thanks

Without seeing your code it is difficult to answer. Are you using an API to submit these requests?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.