Home > other >  Common HTTP status code
Common HTTP status code

Time:10-20

200 success;
302 redirect.
400 attempt failed;
404 request resources does not exist;
405 request method is not supported (see the get or post request);
415 request media type is not supported (see contenttype value);
500 server problem;
502 gateway error;
  • Related