How to send POST request with body (not params)
f16g53 opened this issue · 1 comments
f16g53 commented
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.

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

Thank!
f16g53 commented
Oh so sorry. I should post the question at Arduino ESP32 issues