2
I have a Webservice in PHP and need to use to integrate two applications. WS returns in JSON the data I need. The problem is that it returns only the data when the request is made from a local server. If I do the request from any web domain it takes a long time to answer and when it answers the answer comes blank.
For example: page search.php in 127.0.0.1 sends a request to Ws, it returns the data.
search.php page on test.com or any other web domain sends a request to Ws it takes and returns blank.
You know what it can be?
Is Webservice local, the webservice client local, or both? And when you use web domain you are talking about the server or client?
– Bacco