Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Just one Proxy-Authenticate header is displayed, even if there are two #134

Open
GoogleCodeExporter opened this issue Feb 8, 2016 · 0 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Configure HTTP proxy (e.g. Squid) to accept Basic-Auth and Digest-Auth
2. Configure your browser to use that HTTP proxy
3. Active httpfox
4. Request a resource over the proxy

What is the expected output? What do you see instead?

In the 407-response you should see two Proxy-Authenticate HTTP headers.

Proxy-Authenticate: Digest realm="test-realm", nonce="cRypt0myTeStNounc3", 
qop="auth", stale=false
Proxy-Authenticate: Basic realm="test-realm"

In wireshark you can see, that two headers are sent from the http proxy.

In httpfox I see just the first header.

What version of the product are you using? On what operating system?

httpfox 0.8.12
Firefox 23.0.1
Debian Linux Squeeze

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 26 Aug 2013 at 11:59

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant