On Firefox, CORS request gives error quot;:quot; (colon)(在 Firefox 上,CORS 请求给出错误“:(冒号))
问题描述
在 Chrome 上,我可以毫无问题地提出跨域请求,但是在 Firefox (Ubuntu 14.04) 上,我收到一个错误,该错误仅包含调用 xmlhttprequest 的行上的冒号.
On Chrome, I'm having no troubles making a cross domain request, however on Firefox (Ubuntu 14.04), I get an error that consists only of a colon on the line that calls for the xmlhttprequest.
xmlhttp.open("GET", "http://x.x.x.x:xxxx/folder/file.xml", false);
错误信息只是:".
推荐答案
尝试禁用 AdBlock
我遇到了一个类似的问题,我的所有 XMLHttpRequest 都在通过,除了一些非常具体的问题,即使是微小的 URL 更改也可以解决问题.我得到的唯一东西是一个冒号 : 在控制台中.最后,我意识到 AdBlockPlus 至少阻止了其中一个请求通过(该请求的 URL 中有横幅").
Try Disabling AdBlock
I was having a similar issue where all of my XMLHttpRequests were going through except for a few very specific ones where even minor URL changes fixed the problem. And the only thing I was getting was a colon : in the console. In the end I realized that AdBlockPlus was blocking at least one these requests from going through (the request had 'Banners' in the URL).
所以我不确定这是否能解决您的问题,但我遇到过多次.
So I'm not sure if this would have solved your problem, but I've encountered it multiple times.
这篇关于在 Firefox 上,CORS 请求给出错误“:"(冒号)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:在 Firefox 上,CORS 请求给出错误“:"(冒号)


- 如何使用 JSON 格式的 jQuery AJAX 从 .cfm 页面输出查 2022-01-01
- Quasar 2+Apollo:错误:找不到ID为默认的Apollo客户端。如果您在组件设置之外,请使用ProvideApolloClient() 2022-01-01
- 失败的 Canvas 360 jquery 插件 2022-01-01
- addEventListener 在 IE 11 中不起作用 2022-01-01
- Fetch API 如何获取响应体? 2022-01-01
- 使用RSelum从网站(报纸档案)中抓取多个网页 2022-09-06
- 400或500级别的HTTP响应 2022-01-01
- CSS媒体查询(最大高度)不起作用,但为什么? 2022-01-01
- Flexslider 箭头未正确显示 2022-01-01
- Css:将嵌套元素定位在父元素边界之外一点 2022-09-07