Sanırım proxy'den bahsediyorsunuz.

https://github.com/TooTallNate/node-http-proxy-agent

fetch('accessUrl', {agent: new HttpsProxyAgent('proxyHost:proxyPort')})
    .then(function (res) {
 })