patrickisallen
Results
2
comments of
patrickisallen
At the moment, the only solution I could find is through using [https-proxy-agent](https://www.npmjs.com/package/https-proxy-agent) by doing the following: ``` let proxy = process.env.https_proxy || 'http://127.0.0.1:8888'; frisby.get('https://testurl.com', { agent: new HttpsProxyAgent(proxy)}) ```...
@gdereese I'll check it out! Thanks for looking into it. I've been blocked on this ever since I've posted.