what's the best way to use fetch with a proxy from a Worker?
what's the best way to use fetch with a proxy from a Worker?



const params = {
url,
};
const queryString = new URLSearchParams(params).toString();
fetch(`https://app.scrapingbee.com/api/v1/?${queryString}`);