WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
UNCONFIRMED
15535
(Windows) Basic authentication doesn't work in URL when proxy is configured
https://bugs.webkit.org/show_bug.cgi?id=15535
Summary
(Windows) Basic authentication doesn't work in URL when proxy is configured
Dan Fabulich
Reported
2007-10-16 15:32:30 PDT
On Windows, go to an URL that uses HTTP basic authentication. rahul.net has an example page at
http://joeuser:a.b.C.D@www.rahul.net/joeuser/
(Beware of
bug 15441
; you'll need to use a version that includes this fix, e.g. Safari Seed 310A15.) "Reset Safari", Quit Safari.exe, configure a proxy server, then browse to the same URL. You'll get an error message that the URL is invalid. If you look at the HTTP headers over the wire, you'll see that when a proxy is used, Safari doesn't pass an "Authorization" HTTP header, but simply requests "GET
http://joeuser:a.b.C.D@www.rahul.net/joeuser/
", which is not valid. I tested this with the WebKit nightly
r26595
.
Attachments
Add attachment
proposed patch, testcase, etc.
Mark Rowe (bdash)
Comment 1
2007-10-16 20:39:58 PDT
<
rdar://problem/5544557
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug