the previous errors came from using google chrome
the previous errors came from using google chrome
using firefox i get this message:
org.apache.http.conn.HttpHostConnectException: Connection to http://127.0.0.1:1180 refused
and
org.apache.http.conn.HttpHostConnectException: Connection to http://192.168.1.65:1180 refused
this is a response on google chrome:
{
"status":"0 ",
"url":"http://192.168.1.65:1180/m/Dispatcher...",
"response":"org.apache.http.conn.HttpHostConnectException: Connection to http://192.168.1.65:1180 refused"
}
AND
{
"status":"0 ",
"url":"http://127.0.0.1:1180/m/Dispatcher/Su...",
"response":"org.apache.http.conn.HttpHostConnectException: Connection to http://127.0.0.1:1180 refused"
}
Your server is not accessible.
ok so are you saying that appery cannot connect with Visual Studio or that my settings are not right?
is there any kind of setting in Visual Studio I can play with to make this work?
Appery.io doesn't connect to Visual Studio. Appery.io is running in the cloud. In order to test a service, the service has to be accessible on the Internet. You are trying to invoke a service running on your local machine. Appery.io doesn't know what is localhost or 127.0.0.1. The IP address also doesn't seem to work -- most likely you need to open it up for traffic to everyone.
When you export the project into Visual Studio -- and the service is running on your local machine, in theory the service should work.
Try testing your service here: http://hurl.it. If it works there, we'll make it work in Appery.io .
it doesnt work on hurl.it either - it cannot connect to the server
Sorry, not much we can do here ![]()
Hi John! Sorry, but it's outside the scope of our support. You would need to find more information in the Internet.