InterviewSolution
Saved Bookmarks
| 1. |
How Do You Add Security To A Website? |
|
Answer» The HTTP protocol allows for security behind AUTHENTICATED PAGES and directories. If the user does not enter the right USERNAME and PASSWORD, the server RETURNS a 403 authentication HTTP error. This protects from unauthorized users. The HTTP protocol allows for security behind authenticated pages and directories. If the user does not enter the right username and password, the server returns a 403 authentication HTTP error. This protects from unauthorized users. |
|