Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Auth Type Browsers

Status
Not open for further replies.

DaveShaw

Programmer
Jul 9, 2001
35
GB
I Have Setup an Apache Server which requires usernames and passwords. I have read that the AuthType Variable should be set to 'Basic' and Not 'Digest' because some browsers would not support it. 'Digest' is a much more secure mode and I was wondering which browsers support it. Thanx Dave Shaw
 
Hi,

Well rfc 2069 - digest access authentication - ( shows that this is part of http/1.1 . So, I would assume that that browers claiming to be http 1.1 compliant would be OK. I believe this includes current ie / opera and maybe mozilla browsers but not the netscape 4.x series. For opera 5 it says "Supports Digest Authentication, excepting integrity check on body".

A definitive up-to-date list would indeed be useful...

Regards
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top