HTTP Common Error Code summary

Source: Internet
Author: User

1, HTTP 401

User authentication failed, no continued access allowed

2, HTTP 403

No access, no access to the Web app, no name specified to access the page

3, HTTP 404

The requested file could not be found, usually when the browser entered the address, the address entered is incorrect, or the address of the link is incorrect.

4, HTTP 405

Access to the resource is not allowed, usually occurs when calling the servlet, if there is no response in the servlet processing operation, there will be a 405 error. For example, only the Doget () method is written in the servlet, and the Dopost () method is used for the request.

5, HTTP 500

Server error, most common error. Typically, the code for a servlet or JSP has errors.

If the database driver is loaded, class.forname (), if an error occurs.

A classnotfoundexceprion will appear and a 500 error will be reported.

HTTP Common Error Code summary

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.