Re: need a url that its http response header that cotain 401 status code

2012-12-26 Thread Chris Angelico
On Wed, Dec 26, 2012 at 8:08 PM, iMath wrote: > I am going to do a Basic Authentication , > so I need a url > that its http response header that cotain 401 status code. Looking into my binocular crystal ball, I see two things: Left eye: You're trying to write a basic auth cl

Re: need a url that its http response header that cotain 401 status code

2012-12-26 Thread Hans Mulder
On 26/12/12 10:08:41, iMath wrote: > I am going to do a Basic Authentication , > so I need a url > that its http response header that cotain 401 status code. Isn't that backwards? I mean, what's the point of implementing Basic Authentication, unless you already know a sit

need a url that its http response header that cotain 401 status code

2012-12-26 Thread iMath
I am going to do a Basic Authentication , so I need a url that its http response header that cotain 401 status code. -- http://mail.python.org/mailman/listinfo/python-list