apache_conf 跨域资源共享策略覆盖.htaccess

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了apache_conf 跨域资源共享策略覆盖.htaccess相关的知识,希望对你有一定的参考价值。

## Situation: you want to load web font or other asset from subdomain
#  Because of the cross origin access policy, you get an error
#  Put this is in .htaccess file inside your root folder and this limitation will be gone
## 
Header add Access-Control-Allow-Origin "*"
Header add Access-Control-Allow-Headers "origin, x-requested-with, content-type"
Header add Access-Control-Allow-Methods "PUT, GET, POST, DELETE, OPTIONS"

以上是关于apache_conf 跨域资源共享策略覆盖.htaccess的主要内容,如果未能解决你的问题,请参考以下文章

跨域请求的方式即实现

跨域请求的方式即实现

跨域请求的方式即实现

跨域请求的方式即实现

跨域几种方式

SpringBoot使用CORS解决跨域请求问题