tiagohm / restler

Restler is a beautiful and powerful Android app for quickly testing REST API anywhere and anytime.
https://tiagohm.github.io/restler
MIT License
145 stars 24 forks source link

CONNECTION REFUSED on local network #107

Open Nomadzy opened 3 years ago

Nomadzy commented 3 years ago

I get "connetion refused" each time I send a GET query to a local server, chrome and another android app work just fine for the same url (http://192.168.1.4/api/v1/version)

The same query work without a problem with our public server