esp32_https_server icon indicating copy to clipboard operation
esp32_https_server copied to clipboard

Alternative ESP32 Webserver implementation for the ESP32 Arduino Core, supporting HTTPS and HTTP.

Results 97 esp32_https_server issues
Sort by recently updated
recently updated
newest added

QUESTION Is it implemented method/mechanism in this library which to detect and clean the dead/inactive websocket sessions when Websocket client is no longer connected? SCENARIO / STEPS to Reproduce 1....

**Describe the bug** getClientIP() always returns 0.0.0.0. This value is returned when web server is accessed either via direct WiFi connection (AP) or via infrastructure (WiFi STA). **How To Reproduce**...

`HTTPConnection::readLine` has an infinite loop condition, when `\r` is the last character on the buffer, `_bufferProcessed` never gets updated, so the exit condition for the loop is never met. With...

**Describe Your Goal** I would like this library to be able to use a mobile modem to set up the connection **What Does Your Project Look Like** I would like...

**Describe Your Goal** Connect to a HTTPS server **What Does Your Project Look Like** Just like the example for the ESP32 HTTP(S) Webserver **ESP32 Module** Please provide specifications of your...

Hi there! I was trying to send to my ESP32 some data using the POST method. Everything was ok until my data passed over 512 bytes. When my data gets...

question

Hi, I am trying to generate the Self signed certificate, which will be trusted by the browser (Chrome, IE). I am able to generate the certificate, copied the certificate to...

feature

Hi, I wanted to generate Self Signed Certificate, but it seems do always the core dump even if the key size is so small i.e. 1024: I have ESP32 1.0.4....

bug

Hello, Recently there was a PR https://github.com/esp8266/Arduino/pull/7459 in esp8266 that allows to use different protocol on same port of webserver e.g WebDav on Webserver: https://github.com/d-a-v/ESPWebDAV/blob/v3/examples/Hooked/Hooked.ino The esp8266 PR allows more...

feature

Hi, I am getting this error, when I submit seems long GET request with a lot of parameters: i.e.: Request URL: http://192.168.1.104/deviceconfig?timeZone=1&dl=Off&batop=Off&mdns=Testmdns&notifperiod=600&moduleid=123456&loglevel=3&logdest=0&enckey=&outcounter=0&incounter=0&_=1608300579947 Referrer Policy: strict-origin-when-cross-origin Accept: */* Accept-Encoding: gzip, deflate...

question