-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Following this example
aClient.init("GET","http://server.com/push.php?firstname=Jonathan&lastname=Strauss");
aClient.send();
the client will send "GET http://server.com/push.php?firstname=Jonathan&lastname=Strauss HTTP/1.1" to the server.
The correct request would be "GET /push.php?firstname=Jonathan&lastname=Strauss HTTP/1.1"
It might be possible that some servers ignore that, but the integrated webserver in ESP8266 doesn´t
Metadata
Metadata
Assignees
Labels
No labels