graphiql-app icon indicating copy to clipboard operation
graphiql-app copied to clipboard

Support proxies

Open jsoref opened this issue 7 years ago • 2 comments

I'd like to be able to use GraphiQL on a computer that requires a proxy to connect to the internet (w/o relying on system settings).

https://electronjs.org/docs/api/session#sessetproxyconfig-callback

jsoref avatar Apr 04 '19 17:04 jsoref

It seems that the system proxy settings are ignored too, right?

igitur avatar Aug 14 '19 13:08 igitur

I can't remember. We're specifically using a (ssh-socks) proxy for testing, we only want traffic that GraphiQL is sending to be sent to the proxy, not all traffic, so whether or not it could support the system proxy settings is irrelevant to our use case.

jsoref avatar Aug 14 '19 14:08 jsoref