InterviewSolution
Saved Bookmarks
| 1. |
What Is Form-based Authentication? |
|
Answer» PROVIDES an application-specific form for logging in. This form of AUTHENTICATION USES BASE64 encoding and can expose user names and passwords unless all CONNECTIONS are over SSL. provides an application-specific form for logging in. This form of authentication uses Base64 encoding and can expose user names and passwords unless all connections are over SSL. |
|