jnschulze / flutter-webview-windows

A WebView2-powered Flutter WebView implementation for the Windows platform.
BSD 3-Clause "New" or "Revised" License
203 stars 120 forks source link

Is there a way to pass credentials for basic auth? #225

Open paderick opened 1 year ago

paderick commented 1 year ago

The only way to load with .htaccess protected web pages is to allow window popups. Is there a way to pass the auth credentials to the controller for an upcoming basic auth request?