Skip to content
This repository has been archived by the owner on Feb 4, 2023. It is now read-only.

server.authenticate problem #43

Closed
dirkdickler opened this issue Dec 27, 2021 · 2 comments
Closed

server.authenticate problem #43

dirkdickler opened this issue Dec 27, 2021 · 2 comments
Labels
bug Something isn't working

Comments

@dirkdickler
Copy link

dirkdickler commented Dec 27, 2021

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

  • I get problem with server.authenticate
  • server.on(F("/"), {
    if (!server.authenticate(www_username, www_password))
    {
    return server.requestAuthentication();
    }
    server.send(200, F("text/plain"), F("Login OK"));
    });

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

  • I testing on ESP32-S2 + W5500 + Ehtrenet3 lib (this lib I patchet library)
@khoih-prog
Copy link
Owner

Close via PR #42

@khoih-prog khoih-prog added the bug Something isn't working label Dec 27, 2021
@khoih-prog
Copy link
Owner

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants