当前位置:网站首页>Solve project cross domain problems

Solve project cross domain problems

2022-07-06 22:09:00 Big Lei programmer (light and big)

In case of cross domain problems

  • Different access protocols : One is http, The other is https
  • Different access addresses
  • Port numbers are not the same

Solution

stay controller Class with an annotation @CrossOrign

原网站

版权声明
本文为[Big Lei programmer (light and big)]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/187/202207061405047903.html