springMVC 怎么实现跨域请求?

springMVC 怎么实现跨域请求?配置了下没有实现!

拉莫斯之舞
浏览 3914回答 4
4回答

智慧大石

可以考虑使用cors-filterCORS Filter is a universal solution for fitting Cross-Origin Resource Sharing (CORS) support to Java web applications. CORS is a recent W3C effort to introduce a standard mechanism for enabling cross-domain requests in web browsers and participating servers.具体实现可以参考CORS 跨域 实现思路及相关解决方案,里面详细说了CORS和JSONP实现的对比,以及web.xml中CORS的具体配置
打开App,查看更多内容
随时随地看视频慕课网APP

相关分类

Java