307一時的なリダイレクト
ステータス
307 Temporary Redirect
一時的なリダイレクトHTTPレスポンスは
一時的なリダイレクトHTTPステータス応答コードは、リソースが新しい場所に移動したことを示し、元のリクエストのメソッドと本体が再利用されることを示します.
どのようなHTTPステータスのタイプは307ですか?
307はRHIリダイレクションであるステータスコードの3×XXクラスである.
3 xxクラスの他のステータスコードは、300、301、302、303、304、305、306、308を含む.
307リダイレクトとHST
サイトがHSTS(HTTP STRICT Transport Security)を使用するとき、307の応答はブラウザで典型的です.
307 HTTP応答は、HSTが正しく動作していることを確認します.
例307レスポンスヘッダ
HTTP/1.1 307 Internal Redirect
Location: https://www.searchcandy.uk/
Non-Authoritative-Reason: HSTS
次に、クロムネットワークタブの200の応答が続きます
クロムの307の応答の拡大表示
307のHTTPレスポンス/ HSTはSEOに影響しますか?
Googlebotを書く時には、307のredirectsを見ないか、たどらないでください--代わりに、代わりに実際のHTTP - HTTPSリダイレクトのために、それはHSTS仕様の一部としてなければなりません.
HSTを使用することは、どんな正の利益も提供することができません.
同様に、307の応答/HSTの正しい使用法は、どんな負の影響も非常にありそうもありません.
不正に使用された場合には307応答を使用することが不適切である場合があります.
なぜ私は、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