Search found 2 matches

by Yatheesha
Tue Mar 19, 2019 7:27 am
Forum: ESP32 Arduino
Topic: Problem in esp32 and esp8266 on BSNL network for http requests.
Replies: 0
Views: 2201

Problem in esp32 and esp8266 on BSNL network for http requests.

I have a problem with esp32 and esp8266. While i am requesting http post i am getting response code 200 for all network except BSNL. Even pinging to google is also not working in bsnl network. I am using arduino-esp32 sdk but I tested with esp-idf also. Both having the same problem. I also tested wi...
by Yatheesha
Fri Feb 08, 2019 11:08 am
Forum: ESP32 Arduino
Topic: Response is too delayed for HTTPClient.post() request
Replies: 1
Views: 3846

Response is too delayed for HTTPClient.post() request

Sir/Madam,
I want to post a https request in esp32. Currently i am using HTTPClient library for it and it working fine. But why the response is too delayed(more than 2.5seconds) and i am getting good speed in esp8266(less than 600ms). Please help me to solve this issue