User Tools

Site Tools


error_codes

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
error_codes [2011/02/05 22:28]
k2patel created
error_codes [2012/04/03 20:12]
k2patel [HTTP Error Codes]
Line 1: Line 1:
-====== HTTP Error Codes ======+====== HTTP Error / Response ​Codes ======
 [[http://​www.askapache.com/​htaccess/​apache-status-code-headers-errordocument.html#​apache-response-codes-57 | Copy Pasted from here]] [[http://​www.askapache.com/​htaccess/​apache-status-code-headers-errordocument.html#​apache-response-codes-57 | Copy Pasted from here]]
  
Line 5: Line 5:
 ==== 1xx Info / Informational ==== ==== 1xx Info / Informational ====
  
-HTTP_INFO - Request received, continuing process. Indicates a provisional response, consisting only of the Status-Line and optional headers, and is terminated by an empty line.+HTTP_INFO - Request received, continuing process. Indicates a provisional response, consisting only of the Status-Line and optional headers, ​\\ 
 +and is terminated by an empty line.
  
 <code txt> <code txt>
Line 15: Line 16:
 ==== 2xx Success / OK ==== ==== 2xx Success / OK ====
  
-HTTP_SUCCESS - The action was successfully received, understood, and accepted. Indicates that the client'​s request was successfully received, understood, and accepted. +HTTP_SUCCESS - The action was successfully received, understood, and accepted. Indicates that the client'​s request was successfully received, ​\\ 
-200 OK - HTTP_OK+understood, and accepted. 
 <code txt> <code txt>
 +200 OK - HTTP_OK
 201 Created - HTTP_CREATED 201 Created - HTTP_CREATED
 202 Accepted - HTTP_ACCEPTED 202 Accepted - HTTP_ACCEPTED
Line 50: Line 53:
 Except when responding to a HEAD request, the server should include an entity containing an explanation of the error situation, \\ Except when responding to a HEAD request, the server should include an entity containing an explanation of the error situation, \\
 and whether it is a temporary or permanent condition. and whether it is a temporary or permanent condition.
 +
 <code txt> <code txt>
 400 Bad Request - HTTP_BAD_REQUEST 400 Bad Request - HTTP_BAD_REQUEST
error_codes.txt · Last modified: 2020/08/10 02:35 (external edit)