Martin v. Löwis <mar...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue13323>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to