You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
It seems the CompositeClient relies on Tendermint which relies on Axios. Since I am behind a proxy my http requests are blocked, is there a way to use the CompositeClient behind a proxy?
Thanks
The text was updated successfully, but these errors were encountered:
For anyone interested, I found a way to use the proxy. First I override the client's axios dependency in my package.json in order to tell it to use "my" axios
Next, in my app I change the axios.defaults.httpsAgent field and feed it my proxy parameters. Since the client shares the same axios dependency than my app it is now routed through the proxy.
Hi,
It seems the CompositeClient relies on Tendermint which relies on Axios. Since I am behind a proxy my http requests are blocked, is there a way to use the CompositeClient behind a proxy?
Thanks
The text was updated successfully, but these errors were encountered: