esp32_https_server
esp32_https_server copied to clipboard
Alternative ESP32 Webserver implementation for the ESP32 Arduino Core, supporting HTTPS and HTTP.
Hi, I have maybe similar issue as the others here. I have a arduino library where I have a class, in which I want to use the handler: RemoteHome.h class...
This provides a partial fix for #51 to prevent the Guru from having to meditate. It's been tested on ESP32. This now checks the HTTPNode type if a WebSocket was...
**I need to register a node callback with a object member function** I created a class to hold all my https request callbacks functions and I want to pass those...
**Describe the bug** Certain request are silently discarded regardless of the value of HTTPS_REQUEST_MAX_REQUEST_LENGTH **How To Reproduce** Steps to reproduce the behavior: 1. Use "setDefaultNode" to install a default handler....
Please add the template engine. It would be nice to be able to store the HTML file in SPIFFS and replace certain placeholders in it with their real values depending...
I've a situation where the method for handling a particular HTTP request is inside a class and I'm unable to work out how to registerit with the HTTP server. Here's...
**Is your feature request related to a problem? Please describe.** Thank you for the many wonderul examples, they have helped a lot. But one thing I have not been able...
This PR introduces a very basic captive portal example. It only makes use of DNS redirects and answers only on HTTP. There would be two great extensions to this, but...
**Describe the bug** When a client aborts a request, the program hangs. The sketch below has been adapted from the [HTTP forms example](https://github.com/fhessel/esp32_https_server/tree/master/examples/HTML-Forms). **Please use the [sketch from the second...
Hi, Sometimes the ESP32 reboots because this exception. The error occurs sporadically but before ESP32 crashes it always shows the log: [HTTPS:E] An receive error occured, FID=NN Guru Meditation Error:...