http status code 5xx (Server Error)

 

 

  5xx is the server error. Response  status code beginning with '5' indicates cases in which the server is aware that it has encountered an error or is otherwise uncapable of performing the requesr.

500 (internal error) A generic error message, given with no more specific message i s suitable.

501( not implemented) - The server either does not recognise the request method or it lacks the ability to fulfill the request.

503 (service unavailible) - The server is currently unavilible because it might be overloaded or it is down with maintenance.

  • 31 Korisnici koji smatraju članak korisnim
Je li Vam ovaj odgovor pomogao?

Vezani članci

http status code 1xx (Informational)

      1xx is an informational status code. It indicates that the request has...

http status code 2xx (success)

      This class of ststus codes indicates the action requested by the client...

http status code 3xx (Redirection)

      3xx indicates that the client must take an additional action to compleate...

http status code 4xx (Client Error)

       The 4xx class of status code is indicated for cases in which the...