You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 26 Aug 2013 at 11:59The text was updated successfully, but these errors were encountered: