http://www.perlmonks.org?node_id=206666


in reply to How do I reset http authentication w/o a browser shutdown?

If I recall correctly, you do this by simply changing the realm.

http://search.cpan.org/author/LDS/HTTPD-User-Manage-1.6 might be worth checking out, as well as ftp://ftp.isi.edu/in-notes/rfc2617.txt

update:
After reading the RFC a little, sending an 'Unauthorized' header would also do you some good. You should really read the RFC.

 
______crazyinsomniac_____________________________
Of all the things I've lost, I miss my mind the most.
perl -e "$q=$_;map({chr unpack qq;H*;,$_}split(q;;,q*H*));print;$q/$q;"

  • Comment on Re: How do I reset http authentication w/o a browser shutdown?