代碼適配站點服務器Vary HTTP 標頭設置
發布時間:2016/12/20 12:08:15 作者:Admin 閱讀:499
廣告:
1. 網頁html上head頭部加:
<meta name="applicable-device" content="pc">
<meta name="applicable-device" content="mobile">
2. IIS自定義HTTP頭 頭名:Vary 自定義 Http頭值: User-Agent
<httpProtocol>
<customHeaders>
<remove name="Vary"></remove>
<add name="Vary" value="User-Agent"></add>
</customHeaders>
</httpProtocol>
廣告:
相關文章