01-14-2017, 10:59 AM
Hi, I can't get custom url to work. I always get connectgion refused if querystring is added to the url.
This url are giving below error
http://192.168.2.15:6789/rest.php?ref=2875&value=%CO2%
CustomHTTPDest::process
Calling HTTP: [http://192.168.2.15:6789/rest.php?ref=2875&value=673]]
[Error Code: -1 = connection refused
Failed
Response Code: -1]
But if I copy and paste the "http://192.168.2.15:6789/rest.php?ref=2875&value=673" to browser it works fine.
I have tried to add an url without querystring and then the logs display the result.
Do my own rest.php respond anything more than ex. the text OK
This url are giving below error
http://192.168.2.15:6789/rest.php?ref=2875&value=%CO2%
CustomHTTPDest::process
Calling HTTP: [http://192.168.2.15:6789/rest.php?ref=2875&value=673]]
[Error Code: -1 = connection refused
Failed
Response Code: -1]
But if I copy and paste the "http://192.168.2.15:6789/rest.php?ref=2875&value=673" to browser it works fine.
I have tried to add an url without querystring and then the logs display the result.
Do my own rest.php respond anything more than ex. the text OK