```js fetch(url, { cf: { proxy: 'user:pass@domain:port' } }) ``` would be incredibl

fetch(url, {
    cf: {
        proxy: 'user:pass@domain:port'
    }
})


would be incredible for things like sending traffic through whitelisted IPs
Was this page helpful?