Note: Some HTTP redirections require action from this module's client code. If this is the case, HTTPError is raised. See RFC 2616 for details of the precise meanings of the various redirection codes.
req, fp, code, msg, hdrs) |
None
in response to a redirect.
This is called by the default implementations of the
http_error_30*() methods when a redirection is received from
the server. If a redirection should take place, return a new
Request to allow http_error_30*() to perform the
redirect. Otherwise, raise HTTPError if no other handler
should try to handle this URL, or return None
if you can't but
another handler might.
POST
requests must not be automatically redirected without confirmation by
the user. In reality, browsers do allow automatic redirection of
these responses, changing the POST to a GET
, and the default
implementation reproduces this behavior.
req, fp, code, msg, hdrs) |
Location:
URL. This method is called by
the parent OpenerDirector when getting an HTTP
`moved permanently' response.
req, fp, code, msg, hdrs) |
req, fp, code, msg, hdrs) |
req, fp, code, msg, hdrs) |
See About this document... for information on suggesting changes.