hello_dakewang

导航

对于跨域问题的解决

什么是跨域?

概念:只要协议、域名、端口有任何一个不同,都被当作是不同的域。

js解决跨域的问题https://segmentfault.com/a/1190000000718840

spring中解决跨域的问题推荐官方文档:https://spring.io/blog/2015/06/08/cors-support-in-spring-framework

spring-boot中可实现跨一个RESTful Web服务请求:https://spring.io/guides/gs/rest-service-cors/

posted on 2017-08-22 17:21  hello_dakewang  阅读(114)  评论(0编辑  收藏  举报