307
HTTP

307 Temporary Redirect

The resource temporarily resides at a different URL. Unlike 302, this guarantees the HTTP method will NOT be changed.

Quando você vê este código

When you need a temporary redirect that preserves the request method (POST stays POST).

Como corrigir

Follow the Location header using the same HTTP method.

Códigos relacionados

Comparações

Guias

Glossário