HTTP

307 Temporary Redirect

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

이 코드를 보게 되는 경우

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

해결 방법

Follow the Location header using the same HTTP method.

명세

RFC / 명세 보기 →

관련 코드

비교

가이드

용어집