[issue13323] urllib2 does not correctly handle multiple www-authenticate headers in an HTTP response

Martin v. Löwis report at bugs.python.org
Wed Nov 2 19:43:09 CET 2011


Martin v. Löwis <martin at v.loewis.de> added the comment:

> 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?

----------
nosy: +loewis
title: urllib2 does not correctly handle multiple www-authenticate headers in an HTTP response -> urllib2 does not correctly handle multiple	www-authenticate headers in an HTTP response

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13323>
_______________________________________


More information about the Python-bugs-list mailing list