>_FoxiRef
3xx Redirection messages

302Found

Resource temporarily at different URI

#When does this occur?

Returned when the resource is temporarily at a different URL. Search engines keep the original URL.

#How to handle?

Temporarily redirect to the URL in the Location header. Continue using the original URL.

#Example

HTTP Response
HTTP/1.1 302 Found
Content-Type: application/json
Date: Thu, 09 Apr 2026 18:24:25 GMT

{
  "status": 302,
  "message": "Found"
}

#Related Status Codes

이 포스팅은 쿠팡 파트너스 활동의 일환으로, 이에 따른 일정액의 수수료를 제공받습니다.