WiFiManager icon indicating copy to clipboard operation
WiFiManager copied to clipboard

Basic authentication on webpage?

Open jeroenst opened this issue 8 months ago • 1 comments

Is it possible to set basic authentication for the webpage?

I want to keep the portal running always but it has to be protected against unwanted visitors.

jeroenst avatar Nov 24 '23 20:11 jeroenst

Yes, it does. You have to manually adjust the source code, though.

(WiFiManager.cpp, function void WiFiManager::handleRequest(), line 1301 ff.)

hurricanefrog avatar Dec 19 '23 11:12 hurricanefrog