Connection refused PUT/POST method restservice
Hi,
I have a restservice to fetch data from my mysql db which is on another domain.
When using the get method, everything works fine with the proxy enabled in Appery.
However when I try to use put/post, I get the following error message:
"response":"org.apache.http.conn.HttpHostConnectException: Connection to [url=http://domain]http://domain[/url] name* refused"
Even with the proxy enabled, it doesn't work.
Any ideas what it could be?