HTTP 상태코드, 에러코드, 404에러
// Informational 1xx
100 => 'Continue',
101 => 'Switching Protocols',
// Success 2xx
200 => 'OK',
201 => 'Created',
202 => 'Accepted',
203 => 'Non-Authoritative Information',
204 => 'No Content',
205 => 'Reset Content',
206 => 'Partial Content',
// Redirection 3xx
300 => 'Multiple Choices',
301 => 'Moved Permanently',
302 => 'Found', // 1.1
303 => 'See Other',
304 => 'Not Modified',
305 => 'Use Proxy',
// 306 is deprecated but reserved
307 => 'Temporary Redirect',
// Client Error 4xx
400 => 'Bad Request',
401 => 'Unauthorized',
402 => 'Payment Required',
403 => 'Forbidden',
404 => 'Not Found',
405 => 'Method Not Allowed',
406 => 'Not Acceptable',
407 => 'Proxy Authentication Required',
408 => 'Request Timeout',
409 => 'Conflict',
410 => 'Gone',
411 => 'Length Required',
412 => 'Precondition Failed',
413 => 'Request Entity Too Large',
414 => 'Request-URI Too Long',
415 => 'Unsupported Media Type',
416 => 'Requested Range Not Satisfiable',
417 => 'Expectation Failed',
// Server Error 5xx
500 => 'Internal Server Error',
501 => 'Not Implemented',
502 => 'Bad Gateway',
503 => 'Service Unavailable',
504 => 'Gateway Timeout',
505 => 'HTTP Version Not Supported',
509 => 'Bandwidth Limit Exceeded'
'Web-Programming' 카테고리의 다른 글
IE-익스플로러 에서만 사용되게 하는 소스 (0) | 2011.01.05 |
---|---|
jQuery - 제이쿼리 란?? (0) | 2010.06.28 |
아파치 REWRITE 모듈 - 웹 사이트 주소를 짧게 써보자!! (0) | 2010.05.28 |
자바스크립트, 스타일시트 탭 메뉴 (0) | 2010.05.23 |
Query style menu with CSS3 : 제이쿼리 스타일 스타일시트 메뉴바, 네비게이션바 (0) | 2010.05.12 |
CSS3 Dropdown Menu : 스타일시트 드롭다운 메뉴, 네비게이션 메뉴바 (0) | 2010.05.12 |
ROBOT AEGENT - 검색 엔진 이름 (0) | 2010.05.06 |
Free XHTML Template Pack: Classic Luxury - 클래식한 느낌으 스타일시트 입니다.CSS (0) | 2010.05.05 |
자동로그인주소 알아내기-GET방식 (0) | 2010.04.20 |
웹로그에 남은 Googlebot 등의 HTTP User-agent 정리 (0) | 2010.04.07 |
댓글