This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Web Component Certification (SCWCD/OCPJWCD) and the fly likes DIGEST authentication type Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Certification » Web Component Certification (SCWCD/OCPJWCD)
Reply Bookmark "DIGEST authentication type" Watch "DIGEST authentication type" New topic
Author

DIGEST authentication type

Steven Colley
Ranch Hand

Joined: Feb 18, 2005
Posts: 290
Since it�s a HTTP1.1 complice (BASIC also), why this sentence is not true?

"This authentication method is supported by all the commonly used browsers."

as far as i know it would be some simething like this:

BASIC - HTTP1.1
DIGEST - HTTP1.1

CLIENT CERT - J2EE SPEC
FORM - J2EE SPEC

does it make sense?

Tks.


SCJP | SCWCD | SCBCD | SCWSD 5 | SCEA (I) 1.4 | SCEA 5 | IBM SOA 669
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35250
    
    7
Authentication (either Basic or Digest) is an optional feature of HTTP/1.1, not a required one. All browsers support Basic, but few support Digest.

(I don't understand the list of authentication methods, so I can't comment on that.)


Android appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: DIGEST authentication type
 
Similar Threads
Authentication Type
a vague question
servlet security
which mechanism is build in HTTP?
http authentication methods