javascript重定向在opera中发送X-Requested-With标头

时间:2012-11-08 11:27:51

标签: javascript http-headers opera window.location

为什么所有改变方法的URL都在opera中发送头[X-Requested-With] => XMLHttpRequest?

我正在检查

window.location = url
window.open(url,'_self')
window.location.replace(url)

如何在不发送此标题的情况下更改opera中的url?

感谢。

0 个答案:

没有答案