http status code 4xx (Client Error)

 

 

   The 4xx class of status code is indicated for cases in which the client seems to have errored.

400 (Bsd Request) - The request contains bad syntax or cannot be fulfiled.

403 (forbidden) - The request was a leagel one but the server is refusing to respond it.

404 (not found) - The requested resource could not be found out but may be availible in the future.

410 (gone) - The requested page is no longer availible at the server and no forwarding address is known. This condition is expected to be considered permanent. If the server does not know or has no facility to determine whether or not the condition is permanent, the status code 404 returns.

414 (requested url too long) - The requested url is too long for the server to process it.

  • 28 Users Found This Useful
這篇文章有幫助嗎?

相關文章

http status code 1xx (Informational)

      1xx is an informational status code. It indicates that the request has...

http status code 2xx (success)

      This class of ststus codes indicates the action requested by the client...

http status code 3xx (Redirection)

      3xx indicates that the client must take an additional action to compleate...

http status code 5xx (Server Error)

      5xx is the server error. Response  status code beginning with '5'...