一次性理顺关于 CORS 的所有问题

文章目录

  • 问题
  • 参考
  • 实践

问题

前端收不到Cookie

参考

https://developer.mozilla.org/en-US/docs/Glossary/CORS
https://developer.mozilla.org/zh-CN/docs/Web/HTTP/Access_control_CORS

http://www.ruanyifeng.com/blog/2016/04/cors.html

https://yq.aliyun.com/articles/69313

https://en.wikipedia.org/wiki/Cross-origin_resource_sharing

https://www.codecademy.com/articles/what-is-cors

https://github.com/amandakelake/blog/issues/62

HTTP 权威指南
HTTP the definitive guide

实践

https://spring.io/guides/gs/rest-service-cors/
https://www.html5rocks.com/en/tutorials/cors/

你可能感兴趣的:(java,springboot)