Setup Check: gatewayschoolforyoungchildren.com


Checking: HTTP Status Codes

Environment Media Logos PHP Configuration HTTP Status Codes

Code Message Description
100 Continue Only a part of the request has been received by the server, but as long as it has not been rejected, the client should continue with the request
  Describe in detail the meaning of code 100
101 Switching Protocols The server switches protocol
  Describe in detail the meaning of code 101
200 OK The request is OK
  Describe in detail the meaning of code 200
201 Created The request is complete, and a new resource is created
  Describe in detail the meaning of code 201
202 Accepted The request is accepted for processing, but the processing is not complete
  Describe in detail the meaning of code 202
203 Non-authoritative Information
  Describe in detail the meaning of code 203
204 No Content
  Describe in detail the meaning of code 204
205 Reset Content
  Describe in detail the meaning of code 205
206 Partial Content
  Describe in detail the meaning of code 206
300 Multiple Choices A link list. The user can select a link and go to that location. Maximum five addresses
  Describe in detail the meaning of code 300
301 Moved Permanently The requested page has moved to a new url
  Describe in detail the meaning of code 301
302 Found The requested page has moved temporarily to a new url
  Describe in detail the meaning of code 302
303 See Other The requested page can be found under a different url
  Describe in detail the meaning of code 303
304 Not Modified Describe in detail the meaning of code 304
 
305 Use Proxy Describe in detail the meaning of code 305
 
306 Unused This code was used in a previous version. It is no longer used, but the code is reserved
  Describe in detail the meaning of code 306
307 Temporary Redirect The requested page has moved temporarily to a new url
  Describe in detail the meaning of code 307
400 Bad Request The server did not understand the request
  Describe in detail the meaning of code 400
401 Unauthorized The requested page needs a username and a password
  Describe in detail the meaning of code 401
402 Payment Required You can not use this code yet
  Describe in detail the meaning of code 402
403 Forbidden Access is forbidden to the requested page
  Describe in detail the meaning of code 403
404 Not Found The server can not find the requested page: <request_uri>
  You have requested a web page to be displayed either by clicking on a link or by typing something in the URL field at the top of your browser. Either way, the page could not be found on the web site. If you think this is important, you can send email to the web administrator by clicking on the link below.
405 Method Not Allowed The method specified in the request is not allowed
  Describe in detail the meaning of code 405
406 Not Acceptable The server can only generate a response that is not accepted by the client
  Describe in detail the meaning of code 406
407 Proxy Authentication Required You must authenticate with a proxy server before this request can be served
  Describe in detail the meaning of code 407
408 Request Timeout The request took longer than the server was prepared to wait
  Describe in detail the meaning of code 408
409 Conflict The request could not be completed because of a conflict
  Describe in detail the meaning of code 409
410 Gone The requested page is no longer available
  Describe in detail the meaning of code 410
411 Length Required The "Content-Length" is not defined. The server will not accept the request without it
  Describe in detail the meaning of code 411
412 Precondition Failed The precondition given in the request evaluated to false by the server
  Describe in detail the meaning of code 412
413 Request Entity Too Large The server will not accept the request, because the request entity is too large
  Describe in detail the meaning of code 413
414 Request-url Too Long The server will not accept the request, because the url is too long. Occurs when you convert a "post" request to a "get" request with a long query information
  Describe in detail the meaning of code 414
415 Unsupported Media Type The server will not accept the request, because the media type is not supported
  Describe in detail the meaning of code 415
416
  Describe in detail the meaning of code 416
417 Expectation Failed
  Describe in detail the meaning of code 417
500 Internal Server Error The request was not completed. The server met an unexpected condition
  Describe in detail the meaning of code 500
501 Not Implemented The request was not completed. The server did not support the functionality required
  Describe in detail the meaning of code 501
502 Bad Gateway The request was not completed. The server received an invalid response from the upstream server
  Describe in detail the meaning of code 502
503 Service Unavailable The request was not completed. The server is temporarily overloading or down
  Describe in detail the meaning of code 503
504 Gateway Timeout The gateway has timed out
  Describe in detail the meaning of code 504
505 HTTP Version Not Supported The server does not support the "http protocol" version
  Describe in detail the meaning of code 505