在 Web Worke 中发送 XHR 请求时:
const xhr = new XMLHttpRequest();
xhr.open('get', url, true);
xhr.send();
在开发者工具的网络版本中显示“ Provisional headers are shown”:
同时,请求头中没有携带Referer等信息,导致后台校验不过,请问是什么原因呢、有解吗?
系统:Mac OS 10.15.6
浏览器:Google Chrome 99.0.4844.83
在 Web Worke 中发送 XHR 请求时:
const xhr = new XMLHttpRequest();
xhr.open('get', url, true);
xhr.send();
在开发者工具的网络版本中显示“ Provisional headers are shown”:
同时,请求头中没有携带Referer等信息,导致后台校验不过,请问是什么原因呢、有解吗?
系统:Mac OS 10.15.6
浏览器:Google Chrome 99.0.4844.83
13 回答13k 阅读
8 回答2.8k 阅读
2 回答5.2k 阅读✓ 已解决
5 回答1.4k 阅读
7 回答2.2k 阅读
3 回答1.1k 阅读✓ 已解决
3 回答2.3k 阅读✓ 已解决