开发者

Access-Control-Request-Header: - x-requested-with

I am building a widget for my users and trying to get it working however I keep running into a X-Domain issue with this header. httpfox gives me - NS_ERROR_DOM_BAD_URI - and on further investigation I find that its

Access-Control-Request-Method:  GET
Access-Control-Request-Header:  x-requested-with

I am not sure why its not loading but I basically call a script and then I am trying to g开发者_运维知识库rab some html to load it but it gets blocked with the above headers.

How can I get around this prob ?


It's Access-Control-Request-Headers with "s"

https://developer.mozilla.org/en/docs/HTTP/Access_control_CORS#Access-Control-Request-Headers

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜