posted 20 years ago
Hi, every one,
When I do some exercise,I meet this question about HTTP:
<===========================================
5. Identify the authentication mechanisms that are built into the HTTP specification.
(Select two)
a Basic
b Client-Cert
c FORM
d Digest
e Client-Digest
f HTTPS
Answers: a and d
===========================================>
My doubt is the answer d & f, as we know, not all the browers support Digest,so if it is "build in" HTTP,how this happen?
I think the HTTPS should be right,since its similitude name.