Connection Error with Wamp Server
Guys,
I have setup a rest API with my local MySQL database. It is working fine with testing on a Rest client, and giving me the required response. However, on Appery's service test I get the following error:
{
"status":"502 ",
"url":"myUrl"
"response":"org.apache.http.conn.HttpHostConnectException: Connection to http://myServerIP refused"
}
How can I setup Appery or my Wamp server to work with Appery?