【文件属性】:
文件名称:tomcat跨域请求配置
文件大小:34KB
文件格式:RAR
更新时间:2018-12-08 08:25:30
tomcat跨域
首先下载cors-filter-2.5.jar和java-property-utils-1.9.1
1、把这两个jar包放在tomcat的lib下。
2、在conf文件夹下找到web.xml。
3、在web.xml中添加如下代码:
CORS
com.thetransactioncompany.cors.CORSFilter
cors.allowOrigin
*
cors.supportedMethods
GET, POST, HEAD, PUT, DELETE
cors.supportedHeaders
Accept, Origin, X-Requested-With, Content-Type, Last-Modified
cors.exposedHeaders
Set-Cookie
cors.supportsCredentials
true
CORS
/*
【文件预览】:
cors-filter-2.5.jar
java-property-utils-1.9.1.jar
read.txt