bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-wget] [Bug-Wget] Handling of Multiple authorizations


From: Daniel Stenberg
Subject: Re: [Bug-wget] [Bug-Wget] Handling of Multiple authorizations
Date: Tue, 30 Jul 2013 16:26:57 +0200 (CEST)
User-agent: Alpine 2.00 (DEB 1167 2008-08-23)

On Tue, 30 Jul 2013, Tim Ruehsen wrote:

At one guy experienced that thing (last answer from Miklos Krivan): http://stackoverflow.com/questions/3576197/http-authentication-www-authenticate-header-multiple-realms

Right, multiple auth responses are fairly common in separate lines, but I was talking about multiple ones in a single line.

curl supports picking "the best" one out of all that are sent in separate headers. There's no single definition for what "the best" one is and that last answer shows how the two browsers think differently about that.

HTTP has this general rule that it can turn headers that can be repeated into a single one that instead is comma-separated (with a few exceptions such as Set-Cookie) so ideally a perfect HTTP parser would handle both variants.

--

 / daniel.haxx.se



reply via email to

[Prev in Thread] Current Thread [Next in Thread]