workers icon indicating copy to clipboard operation
workers copied to clipboard

Use Proxy for raw

Open churongcon opened this issue 5 years ago • 2 comments

I want to fetch raw.githubusercontent.com with proxy, how to do this?

churongcon avatar Jul 16 '20 01:07 churongcon

Replace githubusercontent.com with zme.ink

netnr avatar Jul 16 '20 01:07 netnr

No. Can I use this code in raw github fetch('accessUrl', {agent: new HttpsProxyAgent('proxyHost:proxyPort')}) .then(function (res) { })

churongcon avatar Jul 21 '20 14:07 churongcon