khoih-prog / EthernetWebServer

This is simple yet complete WebServer library for AVR, AVR Dx, Portenta_H7, Teensy, SAM DUE, SAMD21/SAMD51, nRF52, STM32, RP2040-based, etc. boards running Ethernet shields. The functions are similar and compatible to ESP8266/ESP32 WebServer libraries to make life much easier to port sketches from ESP8266/ESP32. Coexisting now with `ESP32 WebServer` and `ESP8266 ESP8266WebServer` libraries. Ethernet_Generic library is used as default for W5x00 with custom SPI
MIT License
178 stars 49 forks source link

server.authenticate problem #43

Closed dirkdickler closed 2 years ago

dirkdickler commented 2 years ago

If I use newest ver. 1.8.1 (when I use 1.7.0 work correct)

If you call above you don't get LOGIN windows, but clear window and callin finis with : return server.requestAuthentication();

khoih-prog commented 2 years ago

Close via PR #42

khoih-prog commented 2 years ago

Hi @dirkdickler

The new EthernetWebServer releases v1.8.2 has just been published. Your contribution is noted in Contributions and Thanks

Best Regards,


Releases v1.8.2

  1. Fix wrong http status header bug. Check fix for wrong http status header #42