0 votes
in Secure Programming Practices by
There are various HTTP authentication mechanisms to authenticate a user. Login credentials are sent to the web server in clear text, in which of the following authentication scheme?

a) Digest

b) NTLM

c) None of the options

d) Basic  

Client Certificates

1 Answer

0 votes
by
a)Basic

There are various HTTP authentication mechanisms to authenticate a user. Login credentials are sent to the web server in clear text, in Basic authentication scheme
...