307
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.

الأكواد ذات الصلة

المقارنات

الأدلة

المصطلحات