You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 4, 2023. It is now read-only.
If I use newest ver. 1.8.1 (when I use 1.7.0 work correct)
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();
The text was updated successfully, but these errors were encountered: