• 欢迎访问搞代码网站,推荐使用最新版火狐浏览器和Chrome浏览器访问本网站!
  • 如果您觉得本站非常有看点,那么赶紧使用Ctrl+D 收藏搞代码吧

XMLHttpRequest在请求失败(Origin null is not allowed by Acces

mysql 搞代码 4年前 (2022-01-09) 16次浏览 已收录 0个评论

在学习XMLHttpRequest的使用过程中,使用chrome打开任意空网页,在控制台下输入如下代码 1 var oHttp= new XMLHttpRequest(); 2 undefined 3 oHttp.open(‘GET’,’http://www.baidu.com/’ ) 4 undefined 5 oHttp.send(); 6 undefined 7 XMLHttpRequest cannot l

在学习XMLHttpRequest的使用过程中,使用chrome打开任意空网页,在控制台下输入如下代码

<span>1</span> <span>var</span> oHttp=<span>new</span><span> XMLHttpRequest();</span><span>2</span> <span>undefined</span><span>3</span> oHttp.open('GET','http://www.baidu.com/'<span>)</span><span>4</span> <span>undefined</span><span>5</span> <span>oHttp.send();</span><span>6</span> <span>undefined</span><span>7</span> XMLHttpRequest cannot load http:<span>//</span><span>www.baidu.com/. Origin null is not allowed by Access-Control-Allow-Origin.<br /></span>

报错部分的英文的大概意思就是不允许跨域,至于什么叫做不允许跨域呢?

这里推荐一个博文,简单的解释了一下跨域http://my.oschina.net/LinBandit/blog/33160

我尝试了chrome、firfox、opera都出现了这种情况,但是使用IE8就不会出现这种错误,很多人不是很理解。

这里Windows help and support 做出了解释 IE本身也并不是允许跨域的因为这样很不安全,但是如果不跨域的话又带来很多不便,所以会让你手动的选择一下是否允许跨域。而chrome、firfox、opera则默认就是不允许。

What is active content and why does Internet Explorer restrict it?

Active content is interactive or animated content used on websites. It includes ActiveX controls and web browser add-ons, which are small programs that are used extensively on the Internet. Active content can make web browsing more enjoyable by providing toolbars, stock tickers, video, animated content, and more.

Why does Internet Explorer restrict active content?

本文来源gaodai$ma#com搞$$代**码)网@

Internet Explorer restricts this content because occasionally these programs can malfunction or give you content you don’t want. In some cases, these programs can be used to collect information about you, damage information on your computer, install software without your consent, or allow someone else to control your computer remotely. Given these risks, you should allow active content only if you completely trust the publisher or the website it’s coming from.

How can I allow active content?

If Internet Explorer restricts active content that you are sure you want to allow, click the gold Information bar that appears at the top of the webpage, and then click Allow blocked content. For more information, see Internet Explorer Information bar: frequently asked questions.


搞代码网(gaodaima.com)提供的所有资源部分来自互联网,如果有侵犯您的版权或其他权益,请说明详细缘由并提供版权或权益证明然后发送到邮箱[email protected],我们会在看到邮件的第一时间内为您处理,或直接联系QQ:872152909。本网站采用BY-NC-SA协议进行授权
转载请注明原文链接:XMLHttpRequest在请求失败(Origin null is not allowed by Acces

喜欢 (0)
[搞代码]
分享 (0)
发表我的评论
取消评论

表情 贴图 加粗 删除线 居中 斜体 签到

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址