Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/weizhiwen/cross-domain
跨域总结配套代码
https://github.com/weizhiwen/cross-domain
cross-domain spring
Last synced: about 2 months ago
JSON representation
跨域总结配套代码
- Host: GitHub
- URL: https://github.com/weizhiwen/cross-domain
- Owner: weizhiwen
- Created: 2019-05-18T11:15:45.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-05-18T11:26:43.000Z (over 5 years ago)
- Last Synced: 2024-10-10T05:37:18.470Z (3 months ago)
- Topics: cross-domain, spring
- Language: JavaScript
- Size: 294 KB
- Stars: 5
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
跨域总结文章配套的代码:
文章地址:[跨域总结](https://wenshixin.gitee.io/blog/2019/04/29/跨域总结/)
ajaxclient 为客户端程序,端口为 9090
ajaxserver 为服务器端程序,端口为 8080
Nginx 为 Nginx 的配置,其中 a.com.conf 为反向代理配置,b.com.conf 为被调用方允许跨域配置
Apache 为 Apache 的配置,其中 httpd-vhosts.conf 包含了反向代理配置和被调用方允许跨域配置