拒绝从' URL'执行脚本因为它的MIME类型(' text / html')不可执行,并且启用了严格的MIME类型检查

时间:2015-05-14 10:55:30

标签: javascript jquery html ajax

我收到错误"拒绝执行来自' URL'因为它的MIME类型(' text / html')不可执行,并且启用了严格的MIME类型检查。"

我的代码如下。

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
    <title>Untitled Page</title>
    <script type="text/javascript" src="http://code.jquery.com/jquery-1.11.3.min.js"></script>
    <script type="text/javascript">
        $(document).ready(function () {
            $.ajax({
                url: "https://www.google.com/finance/converter?a=1&from=INR&to=USD&jsoncallback=?",
                type: "GET",
                contentType: "application/javascript",                   
                cache: false,
                dataType: "jsonp",
                success : function(response){
                        alert("Hi");
                }
            });            
    });

    </script>
</head>
<body>
</body>
</html>

1 个答案:

答案 0 :(得分:0)

您提供的网址({{1}})似乎指向HTML网页。这个错误非常自我解释。我听说谷歌货币转换器不再在线。请尝试其他一些API,例如https://github.com/rackt/react-router/blob/master/docs/guides/testing.md