Closed
Bug 140773
Opened 23 years ago
Closed 23 years ago
proxy-authorization header gets lost
Categories
(Core :: Networking, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 146074
People
(Reporter: steve, Unassigned)
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 Galeon/1.2.1 (X11; Linux i686; U;) Gecko/20020421
Debian/1.2.1-1
BuildID: 1.0rc1
The proxy-authorization header is not always sent. It seems to only be sent the
first time.
Reproducible: Always
Steps to Reproduce:
Connect to a proxy that uses the proxy-authorization.
Actual Results: The proxy-authorization header was not sent after the first
request.
See this sequence of headers from a pair of transactions:
HTTP/1.0 407 Proxy Authentication Required
server: IBM WebSphere Transcoding Publisher
content-type: text/html
Proxy-Authenticate: basic realm="WBI Login"
date: Sun, 28 Apr 2002 19:04:30 GMT
POST http://_wbidispatchauth/register HTTP/1.1
Host: _wbidispatchauth
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0rc1) Gecko/20020421
Debian/1.rc1-1
Accept:
text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,video/x-mng,image/png,image/jpeg,image/gif;q=0.2,text/css,*/*;q=0.1
Accept-Encoding: gzip, deflate, compress;q=0.9
Accept-Charset: ISO-8859-1, utf-8;q=0.66, *;q=0.66
Keep-Alive: 300
Proxy-Connection: keep-alive
Referer: http://w3.almaden.ibm.com/~sfarrell/cookiemonster/cookiemonster.html
Proxy-Authorization: Basic c2ZhcnJlbGw6eW95bw==
Content-Type: application/x-www-form-urlencoded
Content-Length: 103
HTTP/1.0 302 Moved Temporarily
server: IBM WebSphere Transcoding Publisher
Location: http://w3.almaden.ibm.com/~sfarrell/cookiemonster/cookiemonster.html
content-type: text/html
date: Sun, 28 Apr 2002 19:04:30 GMT
GET http://w3.almaden.ibm.com/~sfarrell/cookiemonster/cookiemonster.html HTTP/1.1
Host: w3.almaden.ibm.com
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0rc1) Gecko/20020421
Debian/1.rc1-1
Accept:
text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,video/x-mng,image/png,image/jpeg,image/gif;q=0.2,text/css,*/*;q=0.1
Accept-Encoding: gzip, deflate, compress;q=0.9
Accept-Charset: ISO-8859-1, utf-8;q=0.66, *;q=0.66
Keep-Alive: 300
Proxy-Connection: keep-alive
Referer: http://w3.almaden.ibm.com/~sfarrell/cookiemonster/cookiemonster.html
Comment 1•23 years ago
|
||
*** This bug has been marked as a duplicate of 146074 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•