Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
同じリソースのリクエストに対して、HTTP サーバーが で応答したりVary: *、 で応答したりする理由はありますか?Vary: Foo
Vary: *
Vary: Foo
Foo両方の応答を受信 (およびキャッシュ) した後、一致するヘッダーを持つ要求を受信した場合、キャッシュはどうすればよいVary: Fooでしょうか? 一致する応答を提供できますか、それとも別のVary: *応答がそれをオーバーライドしますか?
Foo
各応答は個別に評価されるため、Vary: Foo 応答を選択できます。
見る: