1.The web client obtains the username and password from the user and transmits it to the server using Base64 encoding. Best describes which Authentication scheme?
answer is :Http Basic Authentication
but why not :Form Based Authentication
2.In JWebplus Identify the authentication techniques that are based on builtin mechanisms of HTTP. answer is :BASIC,DIGEST but why not Form [ July 03, 2006: Message edited by: shi lei ]
The web client obtains the username and password from the user and transmits it to the server using Base64 encoding. Best describes which Authentication scheme?
Since only Http Basic Authentication use Base64 encoding to transmit userid and password, so its the right answer. In Form based authentication user password is transmitted as plain text.