Skip to content

Malformated GET request #6

@UdoRat

Description

@UdoRat

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions