http status code 3xx (Redirection)

 

 

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

301 (moved permanently) -  This and all future request should be directed to the given url.

302 ( found) -  This is the most popular redirected code. Here the client has to perform a temperory redirection.(The original describing phase was moved temperorly.

303 ( other)  -  The response to the request can be found under another url.

307 ( temperory request) - The request should be repeated with another url, but future request can still use the original url., but the future request can still use the original url.

 

 

  • 19 أعضاء وجدوا هذه المقالة مفيدة
هل كانت المقالة مفيدة ؟

مقالات مشابهة

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 4xx (Client Error)

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

http status code 5xx (Server Error)

      5xx is the server error. Response  status code beginning with '5'...