使用templateurl进行角度引导模式时出现400错误请求错误

时间:2016-01-29 02:14:22

标签: javascript angularjs twitter-bootstrap

我正在尝试使用以下语法

打开角度ui模态
GET http://something.html HTTP/1.1
Host: localhost:44400
Connection: keep-alive
Cache-Control: max-age=0
Accept: application/json, text/plain, */*
RequestVerificationToken: somethingasdlasjdlasjdflajsdf
X-Requested-With: XMLHttpRequest
If-Modified-Since: 0
User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36
Referer: http://localhost:44400/someting
Accept-Encoding: gzip, deflate, sdch
Accept-Language: en-US,en;q=0.8
Cookie: expandedItems=%5Bnull%5D

但模式无法在chrome或IE中打开。

在Chrome控制台上,我看到400错误 error message

这是我在网络标签中看到的内容。最后一行是相关行 enter image description here

我目前被迫使用旧版本的库。我使用的是angularjs 1.2.24,ui bootstrap 0.12和bootstrap css 3.3.6。

我猜这是一个非典型问题,因为我无法找到任何相关的内容

当我跑fiddler时,这就是我所看到的原始标题

   // Enables Request.IsAjaxRequest() in ASP.NET MVC
        $httpProvider.defaults.headers.common["X-Requested-With"] = 'XMLHttpRequest';

在我正在使用的应用程序中使用的javascript中,我看到了这一行

{{1}}

0 个答案:

没有答案