ESPAsyncWebServer icon indicating copy to clipboard operation
ESPAsyncWebServer copied to clipboard

Async Web Server for ESP8266 and ESP32

Results 181 ESPAsyncWebServer issues
Sort by recently updated
recently updated
newest added

Hi, IDE version 1.8.16 with Expressif Sytems (ESP32) version 2.0.14 no problem with ESP32 dev module, but with ESP32C3 I get this error message during compilation: C:\Users\yakac\Documents\Arduino\libraries\ESPAsyncWebServer-master\src\AsyncWebSocket.cpp: In member function...

I have AsyncWebServer running on an ESP32 that was configured using PlatformIO. It has mDNS running and can be accessed from all web browsers using the mDNS ID. It responds...

I'm getting the errors below. If I remove `#include ` and other related code, the compile becomes successful. What did I do someting wrong? ``` /home/rcamara/Arduino/libraries/ESP_Async_WebServer/src/WebAuthentication.cpp: In function 'bool getMD5(uint8_t*,...

Hi, I have a litle problem whith you nice Websocket library. After the site refresh the client get a new connection ID. I need to select the clients by IP...

Board: NodeMCU 1.0 ESP12E module IDE: Arduino2 Version: 2.3.2 I'm a newbie in C so it ist possible or likely? that I'm total wrong. In this case be patient and...

Change URL matching to use exact match instead of startsWith(_uri). This could improve the URL matching experience and enable he use of nested URLs, such as "/file" and "/file/add". Change:...

Hi, how are you?. I'm trying to make the server to allow the browser to remember the username and password but I can't find the option. I know that is...

We are having an issue with the ESP32 S3 running in AP mode. When loading the webpage, on occasion random images/icons won't load. The webpage will have a spinning icon...

Spaces can not be added to chunk sizes. Add leading zeros instead. See https://github.com/nodejs/node/issues/47528 for more details.

Hello, It would be great if the library was available in the Arduino IDE library manager. Sure, i can fork the library and make it accessible from the manager, but...