SpringBoot和Vue中跨域请求的原理是什么-创新互联

这期内容当中小编将会给大家带来有关SpringBoot和Vue中跨域请求的原理是什么,文章内容丰富且以专业的角度为大家分析和叙述,阅读完这篇文章希望大家可以有所收获。

创新互联是一家专业提供峨山县企业网站建设,专注与网站制作、网站建设HTML5建站、小程序制作等业务。10年已为峨山县众多企业、政府机构等服务。创新互联专业网站设计公司优惠进行中。

使用Spring Boot + Vue 做前后端分离项目搭建,实现登录时,出现跨域请求

Access to XMLHttpRequest at 'http://localhost/open/login' from origin 'http://localhost:8080' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.

Vue中使用的Axios,配置main.js文件

Axios.defaults.baseURL = 'http://localhost:80'Axios.defaults.headers['Content-Type'] = 'application/x-www-form-urlencoded;charset=UTF-8'Axios.defaults.withCredentials = true

Spring Boot中重写WebMvcConfigurationSupport的方法addCorsMapping

import org.springframework.context.annotation.Configuration;import org.springframework.web.servlet.config.annotation.CorsRegistry;import org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport;@Configurationpublic class WebMvcConfig extends WebMvcConfigurationSupport{  @Override  public void addCorsMappings(CorsRegistry registry) {    String[] origins = {"http://localhost:8080"};    registry.addMapping("/**")        .allowedOrigins(origins)        .allowCredentials(true)        .allowedMethods("*")        .allowedHeaders("*")        .maxAge(3600);  }}

上述就是小编为大家分享的SpringBoot和Vue中跨域请求的原理是什么了,如果刚好有类似的疑惑,不妨参照上述分析进行理解。如果想知道更多相关知识,欢迎关注创新互联行业资讯频道。


本文名称:SpringBoot和Vue中跨域请求的原理是什么-创新互联
分享链接:http://bzwzjz.com/article/ccepdj.html

其他资讯

Copyright © 2007-2020 广东宝晨空调科技有限公司 All Rights Reserved 粤ICP备2022107769号
友情链接: 网站制作 手机网站制作设计 成都定制网站建设 成都网站设计 成都网站建设公司 成都网站建设 成都网站设计 成都网站建设推广 企业网站制作 高端网站建设 营销网站建设 移动手机网站制作 网站建设 成都网站建设 高端网站设计 上市集团网站建设 四川成都网站设计 网站制作公司 四川成都网站制作 app网站建设 成都定制网站建设 成都网站制作