Search found 1 match

by gandrade11
Tue Oct 23, 2018 5:35 pm
Forum: ESP32 Arduino
Topic: ESP32 using HTTPClient library to call API
Replies: 1
Views: 4230

ESP32 using HTTPClient library to call API

Hi, I'm having some problem, that maybe is really easy, I hope you can help me. I'm using ESP32 and the library HTTPClient to call an API, like that. HTTPClient http; http.begin("http://130.101.93.116/resource/comanda"); http.addHeader("Content-Type", "application/x-www-form-urlencoded"); //Specify ...