Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/weizhiwen/cross-domain

跨域总结配套代码
https://github.com/weizhiwen/cross-domain

cross-domain spring

Last synced: about 2 months ago
JSON representation

跨域总结配套代码

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 包含了反向代理配置和被调用方允许跨域配置