Windows Authentication: IIS performs authentication based on the settings of the application. To use this authentication method, anonymous access must be disabled in IIS.
Forms validation: Use cookies to save user credentials and redirect
No authentication method
After a correct client request is sent to the server, the HTTP server returns the 200 status code and directly returns the content.
Message example:
Request:
Get. http: // 10.127.194.3: 8061/voiceobjects .....
Return
There are three authentication methods for Asp. Net: "Windows | Forms | Passport", among which Forms authentication is the most used and most flexible.Forms authentication provides good support for user authentication and authorization. You can use
This article transferred from: http://www.cnblogs.com/lanxiaoke/p/6353955.htmlHTTP Basic AuthenticationHTTP Basic authentication, which is HTTP-Basic authentication.The client sends a request to the server that carries an authentication credential
The computer itself is unable to determine the identity of the user, which requires the user "tell", usually need to check the information has these:① Password: Only I will know the string information.② Dynamic Tokens: Only one-time passwords
There are three authentication methods for Asp.net: "Windows | forms | passport", among which forms is the most used and most flexible.Forms authentication provides good support for user authentication and authorization. You can use a login page to
A. Basic CertificationAfter the client connects the user name and password with ":", the ciphertext is sent to the server by BASE64 encryption via the authorization request header, and each request needs to be sent repeatedly. The Basic
PHP based on Forms Password authentication and HTTP authentication usage instances, form instances
The examples in this article describe the use of PHP based on Forms Password authentication and HTTP authentication. Share to everyone for your
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.