UNCONFIRMED 41693
webkit_web_view_load_uri does not open URIs with "proto://user:pass@addr" syntax
https://bugs.webkit.org/show_bug.cgi?id=41693
Summary webkit_web_view_load_uri does not open URIs with "proto://user:pass@addr" syntax
Valerio Messina
Reported 2010-07-06 06:12:42 PDT
I'm trying to open a web site that require authentication. If I open the uri: "proto://addr" it open a user+pass dialog box, filling the data, open the auth pages correcly. But going directly to the uri "proto://user:pass@addr", say error: --- Unable to load page Problem occurred while loading the URL "proto://user:pass@addr" URL cannot be shown Try again --- I'm expecting webkit automatically send the user+pass when arrive an auth request from server. This simplify the code and user interaction.
Attachments
Valerio Messina
Comment 1 2010-07-06 06:16:44 PDT
my deb package is: libwebkit-dev 1.2.0-1 I do not know how to recover webkit version (528+ is wrong)
Valerio Messina
Comment 2 2010-07-06 16:45:10 PDT
take care that user can contain a @, as often the email are used. Parsing uri to extract address, should start from last char, and stop to the first @ encountered
Note You need to log in before you can comment on or make changes to this bug.