Search found 2 matches

by skarembel
Wednesday 15 December 2021 22:36
Forum: Other questions and discussions
Topic: Error parsing http request address - more details needed
Replies: 3
Views: 2023

Re: Error parsing http request address - more details needed

Thanks for the reply. Actually I'm not using ESP Easy here, I'm writing my own code in Arduino IDE. Anyway, I found the reason of my problem- I had an old piece of code for sending HTTP requests, but I started using much newer version of the library. It compiled properly, but the requests were not ...
by skarembel
Monday 13 December 2021 17:44
Forum: Other questions and discussions
Topic: Error parsing http request address - more details needed
Replies: 3
Views: 2023

Error parsing http request address - more details needed

Hello! Is there any way to view the exact calls Domoticz is receiving? Logs display only vague message like "Error: Error parsing http request address: <IP>" I'm trying to send the data from ESP8266 via API using the request as below: http://<domoticzIP>:8080/json.htm?username=<hashedUsername ...