Search found 2 matches

by bryan_aoi
Wed May 29, 2019 6:57 am
Forum: ESP8266 & ESP32
Topic: ESP32 Error on HTTP request
Replies: 3
Views: 22099

Re: ESP32 Error on HTTP request

Thanks for your help.
I 've resolved my issue.
Yes I'm using this code, but I had change the url "https://api.asksensors.com/write/" by "http://api.asksensors.com/write/".
by bryan_aoi
Mon May 27, 2019 12:25 pm
Forum: ESP8266 & ESP32
Topic: ESP32 Error on HTTP request
Replies: 3
Views: 22099

ESP32 Error on HTTP request

Hello, Each time I try to send a data I've got his message on the Arduino IDE serial : "Error on HTTP request" I've done all the steps correctly and when I enter the url (https://api.asksensors.com/write/ex187SmdCKdQYrXXYyq4FXnJfU5S1s2D?module1=58&module2=98) in a web browser on a computer, I've the...