Access-Control-Request-Header: - x-requested-with
Posted
by Tom
on Stack Overflow
See other posts from Stack Overflow
or by Tom
Published on 2010-04-30T19:00:29Z
Indexed on
2010/04/30
19:07 UTC
Read the original article
Hit count: 212
Hi Guys,
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 grab some html to load it but it gets blocked with the above headers.
How can I get around this prob ?
© Stack Overflow or respective owner