arduino-libraries/ArduinoHttpClient

How to send POST request with body (not params)

f16g53 opened this issue · 1 comments

Hi. I has a problem with POST.

POST request send payload as body, not accept query, how can I do that.
I tried http.POST(payload) but no success.

The examples I found on google seem to be sent as POST: something.com?a=b so it doesn't work.
POST with param

I need: POST: something.com and send the data as json (in the body).
POSST with body

Thank!

Oh so sorry. I should post the question at Arduino ESP32 issues