English |
代理人
HTTP请求代理,CORS跨域请求,HTTPS支持
功能
支持跨域请求(转换不支持跨域请求的接口),并直接启动ajax,fetch
支持HTTPS(解决远程数据接口不支持HTTPS)
用
主机/ {URL}
// Copy to the console to run
var $url = "wthrcdn.etouch.cn/weather_mini?citykey=101040100" ;
fetch ( "https://netnr-proxy.azurewebsites.net/" + $url ) . then ( x => x . json ( ) ) . then ( console . log )
跑步
yarn # Installation package
npm start # start
node app.js
PORT
1