http 302 Found

Discussion in 'Windows Error Code, Crashes, BSOD, and Hangs' started by securityhope, Feb 9, 2017.

Tags:
  1. securityhope

    securityhope Administrator Staff Member

    Joined:
    Aug 3, 2016
    Messages:
    1,241
    Likes Received:
    0
    Trophy Points:
    36
    3×× Redirection

    302 Found

    The target resource resides temporarily under a different URI. Since the redirection might be altered on occasion, the client ought to continue to use the effective request URI for future requests.

    The server SHOULD generate a Location header field in the response containing a URI reference for the different URI. The user agent MAY use the Location field value for automatic redirection. The server's response payload usually contains a short hypertext note with a hyperlink to the different URI(s).

    Note: For historical reasons, a user agent MAY change the request method from POST to GET for the subsequent request. If this behavior is undesired, the 307 Temporary Redirect status code can be used instead.
    302 Code References

    Rails HTTP Status Symbol :found
    Go HTTP Status Constant http.StatusFound
    Symfony HTTP Status Constant Response::HTTP_FOUND
    Python2 HTTP Status Constant httplib.FOUND
    Python3 HTTP Status Constant http.client.FOUND
    Python3.5 HTTP Status Constant http.HTTPStatus.FOUND
     
    Last edited: Feb 9, 2017

Share This Page

Share