HTTP status codes (various error code collections)

Source: Internet
Author: User
Tags safe mode

HTTP status codes (various error code collections)

Continue the initial request has been accepted and the customer should continue to send the remainder of the request. (HTTP 1.1 new)
101 Switching Protocols Server translates the client's request to another protocol (HTTP 1.1 new)
All OK, the answer document for Get and post requests is followed.
The 201 Created Server has created the document, and the location header gives its URL.
202 Accepted has accepted the request, but the processing has not been completed.
203 Non-authoritative Information The document has returned normally, but some of the answer headers may be incorrect because a copy of the document (HTTP 1.1 new) is being used.
204 No Content There is no new document, the browser should continue to display the original document. This status code is useful if the user refreshes the page on a regular basis and the servlet can determine that the user's document is new enough.
205 Reset content is not new, but the browser should reset what it displays. Used to force the browser to clear the form input (HTTP 1.1 new).
The 206 Partial Content client sends a GET request with a range header that the server has completed (HTTP 1.1 new).
Multiple Choices customer requested documents can be found in multiple locations that have been listed in the returned document. If the server wants to make a preference, it should be indicated in the location answer header.
301 Moved Permanently The document requested by the customer elsewhere, the new URL is given in the location header, and the browser should automatically access the new URL.
302 Found is similar to 301, but the new URL should be treated as a temporary replacement, not a permanent. Note that the corresponding status information in HTTP1.0 is "Moved temporatily".

When the status code appears, the browser can automatically access the new URL, so it is a useful status code.

Note that this status code can sometimes be used with 301 substitutions. For example, if the browser mistakenly requests Http://host/~user (the trailing slash is missing), some servers return 301, and some return 302.

Strictly speaking, we can only assume that the browser will automatically redirect only if the original request is get. See 307.
303 See other is similar to 301/302, except that if the original request is the Post,location header the specified redirect target document should be fetched via get (HTTP 1.1 new).
304 Not Modified client has buffered documents and issued a conditional request (typically providing a if-modified-since header indicating that the customer only wants to update the document than the specified date). The server tells the customer that the original buffered document can continue to be used.
305 Use proxy The document requested by the client should be extracted from the agent server indicated by the location header (HTTP 1.1 is new).
307 Temporary Redirect and 302 (Found) are the same. Many browsers incorrectly respond to a 302 response for redirection, even if the original request is post, even though it can actually be redirected only if the answer to the POST request is 303. For this reason, HTTP 1.1 has been added in 307 to allow for more cleanup of the region in several status codes: When a 303 response occurs, the browser can follow the redirected get and post requests, and if the 307 answer, the browser can only follow the redirect to the GET request. (HTTP 1.1 new)
A syntax error has occurred in the request requests.
401 Unauthorized customer attempts to access password-protected pages without authorization. A www-authenticate header is included in the answer, and the browser displays the user name/Password dialog box, and then makes a request again after filling in the appropriate authorization header.
403 Forbidden resource is not available. The server understands the customer's request, but refuses to process it. This is usually caused by the permissions set on the file or directory on the server.
404 Not Found Could not find the resource at the specified location. This is also a common answer.
The 405 method not allowed request methods (GET, POST, HEAD, DELETE, PUT, trace, etc.) do not apply to the specified resource. (HTTP 1.1 new)
406 not acceptable the specified resource has been found, but its MIME type is incompatible with the client specified in the Accpet header (HTTP 1.1 new).
407 Proxy authentication Required is similar to 401, which means that the client must be authorized by the proxy server first. (HTTP 1.1 new)
408 Request Timeout The customer has not made any requests during the waiting time of the server license. Customers can repeat the same request at a later time. (HTTP 1.1 new)
409 Conflict is usually associated with a put request. The request cannot succeed because the request conflicts with the current state of the resource. (HTTP 1.1 new)
410 Gone The requested document is no longer available, and the server does not know which address to redirect to. It differs from 404 in that returning 407 means that the document has permanently left the specified location, and 404 indicates that the document is unavailable for unknown reasons. (HTTP 1.1 new)
411 Length Required The server cannot process the request unless the client sends a content-length header. (HTTP 1.1 new)
412 Precondition Failed Some of the prerequisites specified in the request header failed (HTTP 1.1 new).
413 Request Entity Too Large the size of the target document exceeds the size that the server is currently willing to handle. If the server thinks it can process the request later, it should provide a Retry-after header (HTTP 1.1 new).
414 Request Uri Too Long URI is too lengthy (HTTP 1.1 new).
416 requested range not satisfiable server does not meet the Range header specified by the customer in the request. (HTTP 1.1 new)
The Internal server Error server encountered unexpected conditions and was unable to complete the customer's request.
The 501 not implemented server does not support the functionality required to implement the request. For example, a customer sends a put request that is not supported by the server.
502 Bad Gateway server as a gateway or proxy, the server returned an illegal reply in order to complete the request to access the next server.
503 Service Unavailable Server failed to answer due to maintenance or heavy load. For example, a servlet might return 503 if the database connection pool is full. A retry-after header can be supplied when the server returns 503.
504 Gateway Timeout is used by a server acting as a proxy or gateway, indicating that it is not able to get answers from remote servers in a timely manner. (HTTP 1.1 new)
505 HTTP version not supported server does not support HTTP versions as specified in the request. (HTTP 1.1 new)

HTTP 400-Invalid request
HTTP 401.1-Unauthorized: Logon failed
HTTP 401.2-Unauthorized: Server configuration issues cause logon failure
HTTP 401.3-acl prohibit access to resources
HTTP 401.4-Unauthorized: Authorization denied by filter
HTTP 401.5-Unauthorized: ISAPI or CGI authorization failed
HTTP 403-access to Internet Service Manager (HTML) is limited to Localhost
HTTP 403.1 Forbidden: Disable executable access
HTTP 403.2-Forbidden: Disable Read access
HTTP 403.3-Forbidden: write-Access Forbidden
HTTP 403.4-No access: SSL required
HTTP 403.5-No access: SSL 128 required
HTTP 403.6-Forbidden: IP address denied
HTTP 403.7-Forbidden: Require client certificate
HTTP 403.8-Forbidden: Prohibit site access
HTTP 403.9-No access: too many users connected
HTTP 403.10-No access: Invalid configuration
HTTP 403.11-No access: Password change
HTTP 403.12-No access: Mapper denied access
HTTP 403.13-No access: Client certificate has been revoked
HTTP 403.15-No access: Too many Client access licenses
HTTP 403.16-Forbidden: Client certificate is untrusted or invalid
HTTP 403.17-Forbidden: Client certificate has expired or is not yet valid
HTTP 404.1-Unable to find Web site
HTTP 404-File not Found
HTTP 405-Resource is forbidden
HTTP 406-Unacceptable
HTTP 407-Proxy Authentication Required
HTTP 410-Never available
HTTP 412-Prerequisite failure
HTTP 414-Request-URI too long
HTTP 500-Internal server error
HTTP 500.100-Internal Server error-ASP error
HTTP 500-11 Server shutdown
HTTP 500-12 Application Restart
HTTP 500-13-Server Too busy
HTTP 500-14-Application not valid
HTTP 500-15-Request Global.asa not allowed
HTTP 501-Not implemented
HTTP 502-Gateway Error

Error 602 The port is already open
Problem: Dial-Up Networking network cannot connect due to device installation error or is in use
Cause: Raspppoe not fully and correctly installed
FIX: Uninstall clean any PPPoE software and reinstall.

Error 605 Cannot set port information
Problem: Dial-Up Networking network cannot be set using port due to device installation error
Cause: Raspppoe not fully and correctly installed
FIX: Uninstall clean any PPPoE software and reinstall.

Error 606 The port is not connected
Problem: The Dial-Up Networking network cannot connect to the required device ports
Cause: Raspppoe not complete and correct installation, connection line failure, ADSL Modem fault
FIX: Uninstall clean any PPPoE software, reinstall, check the network cable and ADSL MODEM.

Error 608 The device does not exist
Problem: A dial-up network connection device does not exist
Cause: Raspppoe not fully and correctly installed
FIX: Uninstall clean any PPPoE software and reinstall.

Error 609 The device type does not exist
Problem: A dial-up network connection device is not identified by its kind
Cause: Raspppoe not fully and correctly installed
FIX: Uninstall clean any PPPoE software and reinstall.

Error 611 the route is not available/612 the route was not allocated
Problem: Dial-Up Networking network connection is not routed correctly
Cause: Raspppoe not fully and correctly installed, ISP server failed
FIX: Uninstall clean any PPPoE software and reinstall.

Error 617 The port or device is already disconnecting
Problem: A dial-up network connection device has been disconnected
Cause: Raspppoe not fully and correctly installed, ISP server failure, connection cable, ADSL modem fault
FIX: Uninstall clean any PPPoE software, reinstall, check the network cable and ADSL MODEM.

Error 619 problem: Unable to establish connection with ISP server
Cause: ADSL ISP server failure, ADSL telephone line fault
Solution: Check whether the ADSL signal can be correctly synchronized.

Error 621 cannot open the phone book file
Error 622 cannot load the phone book file
Error 623 cannot find the phone book entry
Error 624 cannot write the phone book file
Error 625 Invalid information found in the phone book
Issue: Windows NT or Windows Server network RAS network component failure
Reason: Uninstall all PPPoE software, reinstall RAS network components and Raspppoe.

Error 629, the connection has been disconnected from the other computer. Double-click the connection and try again.
If this is the case, the situation is complicated because there are a number of situations that can cause "error 629", in most cases because of the excessive number of people who dial in at the same time. In addition, you should take all the default settings in your dial-up connection settings, such as "Enable software compression", "Login Network" need to be selected. In general, this situation may also be due to the performance and quality of the modem or phone line you use, so that you do not have a good connection at the rate of communication you have selected, another situation is: If your phone turned on the anti-theft function, the dial will have a modem handshake tone, But after the handshake sound will appear error 629, if there is an extension to make a call, the phone will call the police, as long as the anti-theft function can be turned off.

Error 630
Problem: ADSL Modem does not respond
Reason: ADSL telephone line fault, ADSL modem fault (power not opened, etc.)
Resolution: Check the ADSL device.

Error 633
Problem: The Dial-Up Networking network cannot connect because the device is installed incorrectly or is in use.
Cause: Raspppoe is not fully and correctly installed.
FIX: Uninstall clean any PPPoE software and reinstall.

Error 638
Problem: After a long time, unable to connect to the ISP's ADSL access server
Cause: ISP server failure; you mistakenly entered a phone number in a bad connection created by Raspppoe
Workaround: Run its create dial-up Raspppoe.exe check to see if the ISP service is listed to determine if the ISP is normal, or if the phone number in the dial-up connection used is cleared or only one 0 is reserved.

Error 645
Problem: The NIC is not responding correctly
Cause: Nic failure, or NIC driver failure
Workaround: Check the network card and reinstall the NIC driver.

Error 650
Problem: The remote computer is not responding, disconnecting
Cause: ADSL ISP server failure, NIC failure, abnormal shutdown caused network protocol error
Resolution: Check whether the ADSL signal can be correctly synchronized, check the network card, remove all networking components to reinstall the network.

Error 651
Problem: ADSL Modem report Error occurred
Cause: Windows is in Safe mode, or other errors
WORKAROUND: When this error occurs, a new specific error code can be reported by redial.

Error 676, the line is busy. Please try again later.
Please check the telephone line if there is a problem, please unplug the phone line, directly connected to the phone, dial the ISP telephone number (such as 163,169), listen to the handset there is no similar to the voice of the beep, if there is a sound, indicating that your phone can dial the Internet, please confirm in "My Computer" and " Dial-Up Networking "XXX connection (your dial-up connection)" The phone number in front of the ISP phone number does not have another number, if you are dialing by extension, you need to add a line number and a comma before the phone number, such as "0,163". If the sound is busy in the handset, and the busy frequency is very high.

Error 678, the dial-in computer does not answer.
This is similar to the busy line, more accidental, and sometimes because the modem has just opened on the dial-up, please confirm the phone line (the one that connects to the telephone office) into the modem "" Line "interface. Check if there is a problem with the telephone line, please unplug the phone line, directly connected to the phone, dial the ISP telephone number (such as 163,169), listen to the handset there is no similar to the voice of the beep, if there is a sound, indicating that your phone can dial the Internet, please confirm "My Computer" and " The phone number in the Dial-Up Networking "XXX connection (your dial-up connection)" does not have another number before the ISP phone number, such as if you are dialing through the switchboard, add an outside number and a comma before the phone number, for example "0,163". If this is a busy tone, please contact the ISP customer service. If there is no sound or a beep saying that you cannot dial this phone number, then this indicates a problem with your phone line.

Error 680 no dial tone.
This error occurs, check that the modem is properly connected to the phone line, and then examine the following:
1, first check whether the telephone line is connected, if you do not find the problem, please unplug the phone line, directly connected to the phone, dial the ISP phone to dial to try (such as 163,169), listen to the handset there is no similar to the voice of the beep, if there is this sound, indicating that your phone can dial the internet, Maybe there was a phone call coming in when you dialed, or your modem is faulty. If this is a busy tone, please contact the ISP customer service. If there is no sound or a beep saying that you cannot dial this phone number, then this indicates a problem with your phone line.

Error 691
Problem: The user name and password entered are incorrect and the connection cannot be established
Cause: Incorrect user name and password, ISP server failure
Workaround: Use the correct user name and password and use the correct ISP account format ([email protected]).

Error 718
Problem: The remote computer timed out without responding when verifying the user name, disconnecting
Cause: ADSL ISP server failure
Resolution: Call 2022370.

Error 720
Problem: Dial-Up Networking cannot reconcile the server's protocol settings in the network
Cause: ADSL ISP server failure, abnormal shutdown caused network protocol error
FIX: Remove all network components to reinstall the network.


Error 734
Issue: PPP connection Control Protocol aborted
Cause: ADSL ISP server failure, abnormal shutdown caused network protocol error
FIX: Remove all network components to reinstall the network.

Error 738
Problem: The server cannot assign an IP address
Cause: ADSL ISP server failure, ADSL users too much more than the ISP can provide IP address
Resolution: Call 2022370.

Error 797
Problem: ADSL modem connection device not found
Reason: ADSL modem power is not turned on, network card and ADSL modem connection line problems, software installation after the corresponding protocol is not properly state, in the establishment of dial-up connection, established a wrong empty connection
Solution: Check the power, cable, check the network properties, Raspppoe the relevant protocol is properly installed and correct state (related protocol), check whether the network card appears or not, set it to enable; Check the properties of the dial-up connection, whether the connected device uses an "ISDN Channel-adapter Name (XX) "Device, the device is an empty device, if used to cancel it, and select the correct PPPoE device to replace it, or to re-create the dial-up connection.


ADSL Login error code is known. There are many people who surf the Internet at home now. Most of the time is ADSL or telephone dialing the bar ~ ~ No problem when you do not think of them. If you were to set up the online one day, what do you do with the wrong code? such as: Wrong Wu 679~~~~~~~ tip You can not use the network properly. And you don't know what it means. Come and meet me, please.

You can also enter in the Help and support of the Start menu: 679

This will give you the quickest solution ..... Personally think very practical ~ ~

600 an operation is in a pending state.

601 An invalid port handle was detected.

602 The specified port is already open.

603 caller buffer is too small.

604 The wrong information is specified.

605 Unable to set port information.

606 The specified port is not connected.

607 An invalid event was detected.

608 a non-existent device was specified.

609 Specifies a device type that does not exist.

610 An invalid buffer was specified.

611 specifies a route that cannot be used.

612 specifies a route that is not assigned.

613 An invalid compression was specified.

614 free buffers are insufficient.

615 the specified port could not be found.

616 an asynchronous request is in a pending state.

617 The modem is already disconnected.

618 The specified port is not open.

619 The specified port is not connected.

620 The endpoint could not be determined.

621 The system cannot open the phone book.

622 The system could not load the phone book.

623 the system could not find the phonebook entry for this connection.

624 The system cannot update the phone book file.

625 The system found invalid information in the phone book.

626 The string could not be loaded.

627 The keyword could not be found.

628 connection is turned off.

629 The connection was shut down by the remote computer.

630 The modem is disconnected due to a hardware failure.

631 The user disconnected the modem connection.

632 an incorrect structure size was detected.

633 the modem is in use or does not have a dial-out configuration.

634 your computer cannot be registered on the remote network.

635 An unknown error has occurred.

636 the device connected to the port is not the desired device.

637 A string that cannot be converted is detected.

638 the request timed out.

639 the asynchronous network is not available.

640 a NetBIOS-related error occurred.

641 The server cannot allocate the NetBIOS resources that are required to support the client.

642 a NetBIOS name for the computer is already registered on the remote network.

643 the server-side network adapter fails.

644 you will not be able to receive network pop-up messages.

645 An internal authentication error occurred.

646 The account is not allowed to log on at this time.

647 This account is disabled.
648 the password for this account has expired.

649 account does not have dial-in permissions.

650 The remote access server is not responding.

651 the modem reported an error.

652 has an unrecognized response from the modem.

653 on the device. The required macros for the modem are not found in the INF files section.

654 devices. INF file section, the command or response references a macro that is not defined.

655 on the device. INF file is not found in the <MESSAGE> macros section.

656 devices. The <DEFAULTOFF> macros in the INF files section contain macros that are not defined.

657 Unable to open the device. INF file.

658 devices. INF or media. The device name in the INI file is too long.

659 Media. INI file refers to an unknown device name.

660 devices. INF file does not contain a response to the command.

661 devices. INF file is missing a command.

662 trying to set up the device. INF file is not listed in the section.

663 Media. INI file refers to an unknown device type.

664 system memory is low.

665 The modem is not configured correctly.

666 The modem is not working correctly.

667 the system cannot read the media. INI file.

668 the connection is terminated.

669 media. The usage parameters in the INI file are not valid.

670 system cannot be from media. INI file to read the partial name.

671 system cannot be from media. INI file to read the device type.

672 system cannot be from media. INI file to read the device name.

673 system cannot be from media. INI file to read the usage.

674 system cannot be from media. INI file, the maximum connection rate (bps) is read.

675 system cannot be from media. INI file to read the maximum carrier connection speed.

676 phone line busy.

677 someone instead of a modem has made a reply.

678 no answer.

679 the system cannot detect the carrier.

680 No dial tone.

The 681 modem reports a general error.

691 access is denied because the user name and/or password is not valid on this domain.

692 the modem is having a hardware failure.

695 The state machine is not started.

696 The state machine is started.

697 The response loop is not completed.

A buffer overflow was caused by a 699 modem response.

700 devices. The extension command in the INF file is too long.

701 The modem uses a connection speed that is not supported by the COM driver.

703 connections require you to provide information, but the application does not allow user interaction.

704 callback number is invalid.

705 The authorization status is invalid.

707 There are errors related to X. protocol.

708 account expires.

709 An error occurred while changing the password on the domain. The password may be too short or may match a previously used password.

710 a sequence overflow error was detected when communicating with the modem.

711 Cannot start Remote Access Service Manager. Additional information is provided in the event log.

712 Two-way port is initializing. Wait a few seconds and then redial.

713 No active ISDN lines are available.

714 no ISDN channels are available for dialing.

715 too many errors occur due to poor phone line quality.

716 The remote Access Service IP configuration is not available.

717 There is no IP address available in the static pool of the remote Access Service IP address.

718 The connection timed out while waiting for the remote computer to respond effectively.

719 the connection was terminated by the remote computer.

721 The remote computer is not responding.

722 invalid data was received from the remote computer. The data is ignored.

723 phone numbers (including prefixes and suffixes) are too long.

The 726 IPX protocol cannot be used to dial out simultaneously on multiple modems.

728 the system cannot find an IP adapter.

729 you cannot use SLIP unless you install the IP protocol.

731 the protocol is not configured.

732 The PPP control protocol for your computer and remote computer cannot be consistent.

733 The PPP control protocol for your computer and remote computer cannot be consistent.

734 PPP Link Control protocol is terminated.

735 The requested address was rejected by the server.

736 The remote computer terminated the control protocol.

737 loopback detected.

738 the server does not have an address assigned.

739 the authentication protocol required by the remote server cannot use the stored password. Please redial and enter the password explicitly.

740 Invalid dialing rule detected.

741 the required data encryption type is not supported on the local computer.

742 The remote computer does not support the required data encryption type.

743 remote servers require data encryption.

751 callback number contains invalid characters. Only the following characters are allowed: 0 to 9, T, P, W, (,) 、-、 @ and spaces.

752 A syntax error was encountered while processing the script.

753 The connection cannot be broken because the connection was created by a multi-protocol router.

754 the system was unable to find the Multilink link bundle.

755 The system cannot perform automatic dialing because the item already has a custom dialer specified.

756 the connection has been dialed.

757 The remote Access service does not start automatically. Additional information is provided in the event log.

758 Internet Connection Sharing is enabled on this connection.

760 An error occurred while enabling the routing feature.
761 An error occurred while enabling connected Internet Connection Sharing.

.. 763 Internet Connection Sharing cannot be enabled. In addition to the connection to be shared, there are two or more LAN connections.

.. 764 smart card reader is not installed.

.. 765 Internet Connection Sharing cannot be enabled. The LAN connection has been configured with the IP address required for automatic IP addressing.

.. 767 Internet Connection Sharing cannot be enabled. The selected LAN connection on the private network is configured with multiple IP addresses. Before you enable Internet Connection Sharing, reconfigure your LAN connection with a single IP address.

.. 768 The connection attempt failed due to data encryption failure.

.. 769 the specified destination is inaccessible.

.. 770 The remote machine rejected the connection attempt.

.. 771 the connection attempt failed because the network is busy.

.. 772 the network hardware of the remote computer is incompatible with the requested call type.

.. 773 The connection attempt failed because the target number has changed.

.. 774 a temporary failure caused the connection attempt to fail. Please try the connection again.

.. 775 calls are blocked by the remote computer.

.. 776 the call cannot be connected because the "Do Not Disturb" feature has been called by the target.

.. 777 the modem on the remote computer fails, causing the connection attempt to fail.

.. 778 the identity of the server cannot be verified.

.. 780 the feature you are trying to use is not valid for this connection.

.. 783 Internet Connection Sharing cannot be enabled. The LAN connection selected as the private network does not exist or has been disconnected from the network. Before you enable Internet Connection Sharing, make sure that the LAN adapter is connected.

.. 784 You cannot use this connection to dial when you log on because it is configured to use a different user name than on a smart card. If you want to use it at logon, you must configure it to use the user name on the smart card.

.. 785 You cannot use this connection to dial when you log on because it is not configured to use a smart card. If you want to use it at logon, you must edit the properties of the connection to use the smart card.

.. 788 L2TP connection attempt failed because the security layer could not negotiate compatible parameters with the remote computer.

.. 789 L2TP connection Attempt failed because the security layer encountered a processing error during initial negotiation with the remote computer.

.. The 791 L2TP connection attempt failed because the connection's security policy was not found.

.. 792 L2TP connection attempt failed because security negotiation timed out.

.. 793 L2TP connection attempt failed because an error occurred while negotiating security.

.. 794 the user's frame protocol RADIUS attribute is not PPP.

.. 795 the tunnel type RADIUS attribute for this user is incorrect.

.. 796 the user's service type RADIUS attribute is neither framed nor callback into frames.

.. 797 cannot establish a connection to the remote computer because the modem is not found or the modem is busy.

.. 799 Internet Connection Sharing (ICS) cannot be enabled because there is an IP address conflict on the network. ICS requires that the host be configured to use 192.168.0.1. Make sure that no other clients on the network are configured to use 192.168.0.1.

.. 800 The VPN connection cannot be established. The VPN server may not be connected, or the security parameters for the connection are not configured correctly.

Source Address: http://blog.xiaonei.com/GetEntry.do?id=376939590&owner=224956482

HTTP status codes (various error code collections)

Related Article

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.