307 임시 리디렉션
상태
307 Temporary Redirect
307 임시 리디렉션 HTTP 응답이란 무엇입니까?
307 임시 리디렉션 HTTP 상태 응답 코드는 리소스가 새 위치로 이동했으며 원래 요청의 메서드와 본문이 모두 재사용됨을 나타냅니다.
307은 어떤 유형의 HTTP 상태입니까?
307은 리디렉션을 기반으로 하는 상태 코드의 3xx 클래스에 속합니다.
3xx 클래스의 다른 상태 코드에는 300, 301, 302, 303, 304, 305, 306 및 308이 포함됩니다.
307 리디렉션 및 HSTS
307 응답은 사이트에서 HSTS(HTTP Strict Transport Security)를 사용 중인 경우 브라우저에서 일반적입니다.
307 HTTP 응답은 HSTS가 올바르게 작동한다는 확인입니다.
예 307 응답 헤더
HTTP/1.1 307 Internal Redirect
Location: https://www.searchcandy.uk/
Non-Authoritative-Reason: HSTS
307, Chrome 네트워크 탭에서 200 응답
Chrome의 307 응답 확장 보기
307 HTTP 응답/HSTS가 SEO에 영향을 줍니까?
작성 시점에 Googlebot은 307 리디렉션을 보거나 따르지 않습니다. 대신 HSTS 사양의 일부로 있어야 하는 실제 HTTP에서 HTTPS로의 리디렉션을 따릅니다.
HSTS를 사용하면 긍정적인 순위 이점이 제공되지 않을 수 있습니다.
마찬가지로 307 응답/HSTS를 올바르게 사용하면 부정적인 영향을 미칠 가능성이 거의 없습니다.
307 응답을 잘못 사용하거나 HSTS/리디렉션을 잘못 설정하면 부적절할 수 있는 상황이 있습니다.
Google Chrome 브라우저에는 307 응답이 표시되지만 다른 도구로 테스트할 때는 표시되지 않는 이유는 무엇입니까?
페이지가 다른 URL로 리디렉션될 때 307 임시 리디렉션을 사용해야 하지만 새 위치의 내용과 방법은 동일하게 유지됩니다.
Google Chrome이나 다른 브라우저에서 URL을 확인할 때 307 HTTP 응답이 표시되지만 다른 도구로 테스트할 때는 표시되지 않는 경우 페이지에서 HSTS 사양을 사용하고 있을 가능성이 높습니다.
사양
The 307 (Temporary Redirect) status code indicates that the target resource resides temporarily under a different URI and the user agent MUST NOT change the request method if it performs an automatic redirection to that URI. Since the redirection can change over time, the client ought to continue using the original effective request URI for future requests.
The server SHOULD generate a Location header field in the response containing a URI reference for the different URI. The user agent MAY use the Location field value for automatic redirection. The server's response payload usually contains a short hypertext note with a hyperlink to the different URI(s).
Note: This status code is similar to 302 (Found), except that it does not allow changing the request method from POST to GET. This specification defines no equivalent counterpart for 301 (Moved Permanently) ([RFC7238], however, defines the status code 308 (Permanent Redirect) for this purpose).
RFC
RFC 7231, section 6.4.7: 307 Temporary Redirect
제목
하이퍼텍스트 전송 프로토콜(HTTP/1.1): 의미 체계 및 콘텐츠
날짜
2014년 6월
더 많은 상태 코드 조사 및 정의를 확인하려면 내SEO glossary here를 확인하십시오.
Reference
이 문제에 관하여(307 임시 리디렉션), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://dev.to/colinmcdermott/307-temporary-redirect-4jai텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)