ID EN
Urllib Request

http_error_307

Python 3.11

The same as http_error_301(), but called for the ‘temporary redirect’ response. It does not allow changing the request method from POST to GET.

Syntax

PYTHON
HTTPRedirectHandler.http_error_307(req, fp, code, msg, hdrs)

See Also

http_error_301()