What?
That is completely wrong.
The GET method could send data as this url:
http://domain.com/sample.php?key1=value1&key2=value2...
P
Latest posts made by Pelican
-
RE: Http GET still doesn't send data
-
Http GET still doesn't send data
Re: M5Stick C 'http GET'
The problem described in the topic above is still there.
You can populate the data map with key value pairs, but the python code will not have it so it will not send during the request.
Even if I add the key value pairs to the python code manually the request is still goes without it.
Is there any chance that somebody will fix this?