Konu
Nodejs fetch isteğinin ip adresini nasıl yönetirim.
05-03-2022, 13:38:19
#2
tolgasen
🌐 𝘀𝗼𝗰𝗶𝗳𝗹𝘆.𝗰𝗼𝗺
Sanırım proxy'den bahsediyorsunuz.
https://github.com/TooTallNate/node-http-proxy-agent
fetch('accessUrl', {agent: new HttpsProxyAgent('proxyHost:proxyPort')}) .then(function (res) { })