在 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
10 回答11.1k 阅读
6 回答3k 阅读
5 回答4.8k 阅读✓ 已解决
4 回答3.1k 阅读✓ 已解决
2 回答2.7k 阅读✓ 已解决
3 回答5.1k 阅读✓ 已解决
3 回答1.8k 阅读✓ 已解决