your-first-pwapp icon indicating copy to clipboard operation
your-first-pwapp copied to clipboard

Proxy issue

Open geminixandroid opened this issue 6 years ago • 3 comments

fix proxy issue with var HttpsProxyAgent = require('https-proxy-agent'); ... fetch(url,{ agent:new HttpsProxyAgent('http://proxy_address:port')}).then((resp) => {

geminixandroid avatar Aug 01 '19 03:08 geminixandroid

We're not using https-proxy-agent anywhere in the code, not sure what you mean by this.

petele avatar Aug 08 '19 13:08 petele

it's example for those, who work behind proxy with this Application. Need to add some config property for this.

geminixandroid avatar Aug 18 '19 14:08 geminixandroid

I had the same problem, working behind a firm proxy. It saved my time, thank you @geminixandroid .

Sylgrid avatar Sep 05 '19 14:09 Sylgrid