mcer12/Hugo-ESP8266

HTTP (Basic URL trigger)

patrickdej opened this issue · 2 comments

Hello,
we have inserted an URL into the Hugo, but the request is executed as a TCP message and not as an http request (seen in wireshark)
Whats wrong?

URL set to this http://172.20.20.153:8080/#/Main/Acknowledge?Sendkey=T1_S1_G
when executing this URL from an phone on the same network (just past it into the browser), it works fine.
so no issue on firewall.
172.20.20.122 is the phone, TCP connection OK, http OK
172.20.20.170 is the Hugo ==> TCP NOK and thus no http transfer possible
image

thanks,

Patrick

Hi, I think this might have something to do with the port in your URL address. I never tried/needed this so this is probably what's the issue here. Lets start by removing the port from the URL address (so it will be 80 by default), see if it works.

OK, works fine now. was due to the way the website worked, it needed more then only 1 url...
thanks!