On Tuesday 30 July 2013 15:53:45 Daniel Stenberg wrote: > On Tue, 30 Jul 2013, Darshit Shah wrote: > > Even Curl I think does not support handling multiple auth schemes in one > > line, though I'm not completely sure of that. > > That's correct. I've never seen a live server send such a response and I've > never seen a bug report about it either so I'm happily staying out of that > until then... =)
Just to mention: At one guy experienced that thing (last answer from Miklos Krivan): http://stackoverflow.com/questions/3576197/http-authentication-www-authenticate-header-multiple-realms Looks like there is a testsuite http://code.google.com/p/chromium/issues/detail?id=103220 Apache/modwsgi supports sending multiple WWW-Authenticate headers: http://code.google.com/p/modwsgi/issues/detail?id=249 It shouldn't take too much time to add a multiple-WWW-Authenticate feature to Wget (or curl)... Regards, Tim
