This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author loewis
Recipients Dmitry.Beransky, dfischer, loewis, orsenthil
Date 2011-11-02.18:43:08
SpamBayes Score 0.0071877134
Marked as misclassified No
Message-id <4EB18F34.3020009@v.loewis.de>
In-reply-to <1320249966.17.0.892468926199.issue13323@psf.upfronthosting.co.za>
Content
> I ran into an application that responded with two www-authenticate
> challenges  to an HTTP request. First, it sends a standard Basic
> authentication challenge and then it also returns a www-authenticate
> header referencing another scheme. 

What exactly do you mean by "then"? In HTTP, there is only a single
response to a single request, so in what way does the server send
two responses to a single request?
History
Date User Action Args
2011-11-02 18:43:09loewissetrecipients: + loewis, orsenthil, dfischer, Dmitry.Beransky
2011-11-02 18:43:08loewislinkissue13323 messages
2011-11-02 18:43:08loewiscreate