Tuesday 14 March 2017

HTTP status codes and meanings.

We are familiar with the status codes and their meanings but sometimes will get confused as they are many. I just listed some of the status codes and their meanings below, Hope it will help you.

 

  Status 200 : 'Success',
        
  Status 201 : 'Created',
        
  Status 202 : 'Accepted',
        
  Status 203 : 'Non-Authoritative Information',
        
  Status 204 : 'No Content',
        
  Status 205 : 'Reset Content',
        
  Status 206 : 'Partial Content',
        
  Status 300 : 'Multiple Choices',
        
  Status 301 : 'Moved Permanently',
        
  Status 302 : 'Found',
        
  Status 303 : 'See Other',
        
  Status 304 : 'Not Modified',
        
  Status 305 : 'Use Proxy',
        
  Status 307 : 'Temporary Redirect',
        
  Status 400 : 'Bad Request',
        
  Status 401 : 'Unauthorized',
        
  Status 402 : 'Payment Required',
        
  Status 403 : 'Forbidden',
        
  Status 404 : 'Not Found',
        
  Status 405 : 'Method Not Allowed',
        
  Status 406 : 'Not Acceptable',
        
  Status 407 : 'Proxy Authentication Required',
        
  Status 408 : 'Request Timeout',
        
  Status 409 : 'Conflict',
        
  Status 410 : 'Gone',
        
  Status 411 : 'Length Required',
        
  Status 412 : 'Precondition Failed',
        
  Status 413 : 'Request Entity Too Large',
        
  Status 414 : 'Request-URI Too Long',
        
  Status 415 : 'Unsupported Media Type',
        
  Status 416 : 'Requested Range Not Satisfiable',
        
  Status 417 : 'Expectation Failed',
        
  Status 500 : 'Internal Server Error',
        
  Status 501 : 'Not Implemented',
        
  Status 502 : 'Bad Gateway',
        
  Status 503 : 'Service Unavailable',
        
  Status 504 : 'Gateway Timeout',
        
  Status 505 : 'HTTP Version Not Supported'
  
  
  

Related Post

1. File upload validation

2. How to download file from backend to UI

3. Jquery select all/de select all checkbox

1 comment :