Current location - Trademark Inquiry Complete Network - Overdue credit card - What does 404 mean?
What does 404 mean?
This indicates a 403 error, which is a common error prompt during website access, indicating that resources are unavailable. The server understands the customer's request, but refuses to handle it, usually because of the WEB access error caused by the permission setting of files or directories on the server.

403 prohibition is the status code in the HTTP protocol. It can be simply understood as having no right to enter this station. This status indicates that the server understands the request but refuses to perform the task, and the request should not be retransmitted to the server.

When the method of HTTP request is not "HEAD", the server wants the client to know why there is no permission, and the server should describe the reason for rejection in the returned information. In the case that the server does not want to provide any feedback information, the server can replace 403 prohibition with 404 Not Found.

Extended data:

Common classification of 403 error codes:

1, 403. 1 Error: This error is caused by "execute" access being prohibited. This error occurs when you try to execute CGI, ISAPI or other executable programs from the directory, but the directory does not allow execution of programs. ?

2.403.2 Error: It is caused by prohibiting "read" access. The reason for this error is that there is no default web page available, and directory browsing is not enabled for the directory, or the directory where the HTML web page to be displayed is only marked as "executable" or "script" permission. ?

3.403.3 Error: Caused by prohibiting "write" access. This error occurs when you try to upload a file to a directory or modify a file in a directory, but the directory does not allow write access. ?

4.403.4 Error: It is caused by SSL requirement, and "https" must be used in the web address to be viewed. ?

5.403.5 Error: This is caused by requiring the Web browser to use 128-bit encryption algorithm. This error occurs if your browser does not support the 128-bit encryption algorithm. You can connect to the Microsoft website to upgrade your browser. ?

Baidu Encyclopedia -403 Error