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? -
HTTP Get will not send any data as its name implies.
HTTP Post sends data. -
What?
That is completely wrong.
The GET method could send data as this url:
http://domain.com/sample.php?key1=value1&key2=value2... -
According to the W3C and multiple outer sites HTTP Get is a fetch method and is only for requesting, getting, fetching and retrieving data.