Ajax 请求请求 MVC WebAPI跨域问题;XMLHttpRequest cannot load
Posted 许一朵岁月
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Ajax 请求请求 MVC WebAPI跨域问题;XMLHttpRequest cannot load相关的知识,希望对你有一定的参考价值。
问题:XMLHttpRequest cannot load http://192.168.1.4:9010//api/contacts. The ‘Access-Control-Allow-Origin‘ header contains the invalid value ‘1‘. Origin ‘http://192.168.1.4:9011‘ is therefore not allowed access.
解决:IIS 配置 就可以了, 选中站点后选择 Http 响应头 ,右侧选择添加,
Access-Control-Allow-Origin , 值设置
以上是关于Ajax 请求请求 MVC WebAPI跨域问题;XMLHttpRequest cannot load的主要内容,如果未能解决你的问题,请参考以下文章
ASP.NET MVC & WebApi 中实现Cors来让Ajax可以跨域访问 (转载)
Taurus.MVC 2.2 开源发布:WebAPI 功能增强(请求跨域及Json转换)