John Herdean
Posts: 0
Joined: Tue May 14, 2013 3:56 am

How can I Test on localhost url

the previous errors came from using google chrome

John Herdean
Posts: 0
Joined: Tue May 14, 2013 3:56 am

How can I Test on localhost url

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

John Herdean
Posts: 0
Joined: Tue May 14, 2013 3:56 am

How can I Test on localhost url

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"
}

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

How can I Test on localhost url

Your server is not accessible.

John Herdean
Posts: 0
Joined: Tue May 14, 2013 3:56 am

How can I Test on localhost url

ok so are you saying that appery cannot connect with Visual Studio or that my settings are not right?

John Herdean
Posts: 0
Joined: Tue May 14, 2013 3:56 am

How can I Test on localhost url

is there any kind of setting in Visual Studio I can play with to make this work?

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

How can I Test on localhost url

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 .

John Herdean
Posts: 0
Joined: Tue May 14, 2013 3:56 am

How can I Test on localhost url

it doesnt work on hurl.it either - it cannot connect to the server

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

How can I Test on localhost url

Sorry, not much we can do here :)

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

How can I Test on localhost url

Hi John! Sorry, but it's outside the scope of our support. You would need to find more information in the Internet.

Return to “Issues”