Skip to content

sciseo/proxy

 
 

Repository files navigation

proxy

HTTP请求代理,CORS跨域请求,HTTPS支持

作用

  • 支持跨域请求(转换不支持跨域请求的接口),可直接发起 ajax、fetch
  • 支持HTTPS(解决远程数据接口不支持HTTPS)

接口

使用

拷贝到控制台运行

var $url = "http://wthrcdn.etouch.cn/weather_mini?citykey=101040100";
fetch("https://netnr-proxy.cloudno.de/" + $url).then(x => x.text()).then(console.log)

安装

  • npm install
  • node server

Fork

Source

About

HTTP请求代理,CORS跨域请求,HTTPS支持(cors-anywhere)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 84.9%
  • HTML 15.1%