Closed ltguillaume closed 3 years ago
I tested 94.0.4606.81
on http://httpbin.org/basic-auth/foo/bar and it works fine. Can you try the new version? Also maybe cache is playing a role, can you try with a new installation? Also do you have flags enabled?
By the way, the F-Droid repos are sometimes pretty far behind: the WebView is still on v92.0.4515.159
By the way, the F-Droid repos are sometimes pretty far behind: the WebView is still on v92.0.4515.159
The old Webview version is due to some problems with v93 so I only updated the chromium part. Normally F-Droid will be several days later than Github releases because I need to manually update it.
Ah ok. I just updated manually to https://github.com/ungoogled-software/ungoogled-chromium-android/releases/tag/94.0.4606.81-1-webview (no problems so far), but I understand the reason behind it then.
No problem, I will consider this solved now and close this.
Please at least answer all questions marked with * below. Issues without answering these questions will be closed.
*Device info (please complete the following information):
*Is the bug related to extensions? No
*If not related to extensions, can the bug be reproduced with corresponding Chromium version? No
*Describe the bug When accessing a website that uses HTTP basic authentication, the browser won't ask for a username and password. Instead, it will directly show the 401 error page. Adding the username inside the URI (https://user:pass@location) won't work either.
*To Reproduce Steps to reproduce the behavior:
*Expected behavior The browser should show a popup window to fill in credentials, or use the user/pass combination embedded in the URI.
Bromite, for example, does not exhibit this behavior.