Http status code: Difference between revisions

From 탱이의 잡동사니
Jump to navigation Jump to search
(Created page with "== Overview == 원문은 이곳<ref>http://en.wikipedia.org/wiki/List_of_HTTP_status_codes</ref>에서 확인할 수 있다. HTTP status code == 4XX Client error == * '''400...")
 
Line 6: Line 6:
* '''400 Bad Request'''
* '''400 Bad Request'''
: The server cannot or will not process the request due to something that is perceived to be a client error (e.g., malformed request syntax, invalid request message framing, or deceptive request routing).
: The server cannot or will not process the request due to something that is perceived to be a client error (e.g., malformed request syntax, invalid request message framing, or deceptive request routing).
* '''401 Unauthorized(RFC 7235)'''
: Similar to 403 Forbidden, but specifically for use when authentication is required and has failed or has not yet been provided. The response must include a WWW-Authenticate header filed containing a challenge applicable to the requested resource.
* '''402 Payment Required'''
: Reserved for future use. The original intention was the this code might be used as part of some form of digital cash or micropayment scheme, but that has not happened, and this code is not usually used. YouTube uses this status if a particular IP address has made excessive requests, and requires the person to enter a CAPCHA.


== References ==
== References ==

Revision as of 13:58, 1 June 2015

Overview

원문은 이곳<ref>http://en.wikipedia.org/wiki/List_of_HTTP_status_codes</ref>에서 확인할 수 있다. HTTP status code

4XX Client error

  • 400 Bad Request
The server cannot or will not process the request due to something that is perceived to be a client error (e.g., malformed request syntax, invalid request message framing, or deceptive request routing).
  • 401 Unauthorized(RFC 7235)
Similar to 403 Forbidden, but specifically for use when authentication is required and has failed or has not yet been provided. The response must include a WWW-Authenticate header filed containing a challenge applicable to the requested resource.
  • 402 Payment Required
Reserved for future use. The original intention was the this code might be used as part of some form of digital cash or micropayment scheme, but that has not happened, and this code is not usually used. YouTube uses this status if a particular IP address has made excessive requests, and requires the person to enter a CAPCHA.

References

<references/>