Microsoft Development Resources Tools

2014 年 3 月 25 日6710

Mar 6, 2014

Article

ASP.NET Web API Tip: Of CORS You Can Make Cross-Domain Requests!

JavaScript's same-origin policy provides protection against many nasty attacks on the web. But it also prevents doing some creating things on the web, things that should be easy and natural. Fortunately, the W3C's CORS standard relaxes the protections somewhat in relatively secure ways. And now ASP.NET Web API supports CORS....More

0 0