ESPAsyncWebServer
ESPAsyncWebServer copied to clipboard
Async Web Server for ESP8266 and ESP32
Hello. Is it possible to add support for the mjs mime type? I tried to add it manually (literals.h and WebResponses.cpp), but it did not lead to success. The project...
During a congested network - I got reproducable segaults in: https://github.com/me-no-dev/ESPAsyncWebServer/blob/67de9cddbbf0d024c61a314bacd204ba6101fac8/src/AsyncWebSocket.cpp#L646 it appears that data can be NULL (and datalen = 0). Given that in line https://github.com/me-no-dev/ESPAsyncWebServer/blob/67de9cddbbf0d024c61a314bacd204ba6101fac8/src/AsyncWebSocket.cpp#L698 this is only...
The leading slashes were missing in SPIFFSEditor file overview. Therefore any requests to open, save, delete, etc. didn't work (seems to be introduced with new LittleFS implementation on current Arduino...
I got this code from an online forum (https://randomnerdtutorials.com/esp32-async-web-server-espasyncwebserver-library/) which I modified to get a string data when the button is pressed on the HTML Page. When the button is...
WebRequest.cpp modifications to prevent exception that reboot ESP32: In the master version, AsyncWebServerRequest::_removeNotInterestingHeaders() produce a exception in if(!_interestingHeaders.containsIgnoreCase(header->name().c_str())){ _headers.remove(header); } sentence. Guru Meditation Error occurred due to a LoadProhibited exception....
i have a sckech witch is compling ok in version 1.6 of ESP32 library arduino software (ESP32 Arduino Release 1.0.6 based on ESP-IDF v3.3.5) I have upgrade to the new...
Hi :wave: I'm encountering an issue while trying to serve static files using the ESP32AsyncWebServer library. Specifically, I see the following error message: ``` E (18862) task_wdt: Task watchdog got...
Hello, i have established Async Server listening to port, and received JSON data, parse them and then needs to return a response to client by adding headers and route/path to...
not possible? of particular interest to me right now: cors headers.