Hi,
The issue is when I host the files on a different server.
After combing StackOverflow, I understand that the issue could be as a result of the request timing out or being cancelled before a response was received.
Any thoughts on how to go about resolving this?
NB: the Controller.php has this line of code
require APPPATH.'/libraries/REST_Controller.php';
Could this be a source of the issue?
Regards,
Allan
