I am using the following code to call data from Google Finance, in IE i receive the following error:
SEC7112: Script from http://www.google.com/finance/info?infotype=infoquoteall&q=SHMN,^DJI,^IXIC,^BSESN,^SPX,^FTSE&callback=jQuery16103746164922384498_1310730350943&_=1310730352607 was blocked due to mime type mismatch investors
Here is the fiddle:
http://jsfiddle.net/naveen/c2VeD/
How would i rectify this issue ?!
It seems like same issue with this:
Google Finance’s HTTP response headers have
X-Content-Type-Options: nosniffand MIME type istext/html. You can’t fix this. You may have to send mail to google about this.