Closed
Bug 301749
Opened 19 years ago
Closed 15 years ago
When using a proxy, the trailing ##CACHE##? get dropped. Also, "Proxy-Authenticate" digest uri only drops trailing #?
Categories
(Firefox :: General, defect)
Tracking
()
VERIFIED
INCOMPLETE
People
(Reporter: lperrin, Unassigned)
References
()
Details
(Whiteboard: closeme 2009-08-01)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0 When submitting this uri through a proxy, the header I observe is: http://ad.doubleclick.net/adi/N3474.PENNYWEB/B1520215.2;sz=120x600;ord= Also, the proxy uses digest authentication. The uri field of the "Proxy-Authorization" header is: /adi/N3474.PENNYWEB/B1520215.2;sz=120x600;ord=##CACHE# (literally, it reads 'uri="/adi/N3474.PENNYWEB/B1520215.2;sz=120x600;ord=##CACHE#"') Reproducible: Always Steps to Reproduce: 1. Configure the browser to use a proxy with digest auth 2. Navigate to "http://ad.doubleclick.net/adi/N3474.PENNYWEB/B1520215.2;sz=120x600;ord=##CACHE##?" Actual Results: You will be challenged repeatedly, even with the correct credentials Expected Results: The url passed should be "http://ad.doubleclick.net/adi/N3474.PENNYWEB/B1520215.2;sz=120x600;ord=##CACHE##?"
Comment 1•19 years ago
|
||
The # is a reserved character, used for fragments. You need to escape it with %23.
Comment 2•15 years ago
|
||
do you still see this problem? please update the bug with comment and/or close as appropriate. (bug has no comment since 2007-01-01)
Whiteboard: closeme 2009-08-01
Comment 3•15 years ago
|
||
No reply, INCO. Please reopen if you are seeing this in Firefox 3.5.2 or later in Firefox safe mode and a new profile with the latest plugins. http://support.mozilla.com/kb/Safe+Mode http://support.mozilla.com/kb/Profiles
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → INCOMPLETE
Updated•14 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•