const { S3 } = require('aws-sdk');const http = require('http');const httpAgent = new http.Agent({ proxy: 'http://gateway.123proxy.cn:31920'});const s3 = new S3({ httpOptions: { agent: httpAgent }});s3.listBuckets((err, data) => { if (err) console.error('Error:', err)...
step 1: 下载资源包 step 2: 修改配置文件,easy-proxy.yml proxy: # 后端服务 A 的公共路径, ...
了解了connect的原理后看一下来自nodejs官方的一个例子。 consthttp=require('http');constnet=require('net');const{URL}=require('url');// 创建一个http服务器作为代理服务器constproxy=http.createServer((req,res)=>{res.writeHead(200,{'Content-Type':'text/plain'});res.end('okay');});// 监...
const{S3}=require('aws-sdk');consthttp=require('http');consthttpAgent=newhttp.Agent({proxy:'http://gateway.123proxy.cn:31920'});consts3=newS3({httpOptions:{agent:httpAgent}});s3.listBuckets((err,data)=>{if(err)console.error('Error:',err);elseconsole.log('Bucket List:',data.Buckets...
=httpProxy.createProxyServer({secure:false,agent:agent});constserver=http.createServer((req,res)=>{console.log(`[nodejs proxy] transfer to${config.target}${req.url}`);proxyServer.web(req,res,{target:config.target});});server.listen(config.port,()=>{console.log(`[nodejs proxy] start ...
axios('https://www.lilnong.top/cors/sf2',{proxy:false,httpsAgent:tunnel.httpsOverHttp({proxy:{host:'8.8.8.8',//代理服务器域名或者ipport:80//代理服务器端口}})}).then(v=>console.log(JSON.stringify(v.data))).catch(v=>console.log(v.message)) ...
proxy: false, httpsAgent: tunnel.httpsOverHttp({proxy:{ host: '8.8.8.8',//代理服务器域名或者ip port: 80 //代理服务器端口 }}) }) .then(v=>console.log(jsON.stringify(v.data))) .catch(v=>console.log(v.message)) 1. 2. 3. ...
proxy: false, httpsAgent: tunnel.httpsOverHttp({proxy:{ host: '8.8.8.8',//代理服务器域名或者ip port: 80 //代理服务器端口 }}) }) .then(v=>console.log(JSON.stringify(v.data))) .catch(v=>console.log(v.message)) request 如果我们使用的不是 axios,而且 request 库的话,也是可以的。
点击Proxy,选择 proxy settings, 输入端口 8888 . 所以我们本机的代理地址可以直接是 127.0.0.1:8888 . 如果其他设备要使用本机的代理, 那就是 本机IP:8888 . 使用之前请确认http://127.0.0.1:8888代理程序打开. 抓nodejs的包 我们可以使用 https-proxy-agent 这个库来抓 node.js 的包. ...
'User-Agent':'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.59 Safari/537.36', 'X-Chrome-Uma-Enabled':'1', 'X-Client-Data':'CJa2yQEIorbJAQjBtskBCKmdygE=', 'Connection': 'keep-alive' ...