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
If we're sending requests to a local emulator and the current proxy URL is remote, then we shouldn't talk to the proxy server, as it probably won't figure out how to resole localhost/127.0.0.1.
Note: this may be difficult as both the v2 and v12 SDKs pick up env variables and auto set proxy stuff. So maybe we have to stop using the "well known" proxy env vars?
The text was updated successfully, but these errors were encountered:
craxal
changed the title
Make sure that when talking to a local emulator, we don't send requests to remove proxies
Make sure that when talking to a local emulator, we don't send requests to remote proxies
Oct 1, 2020
If we're sending requests to a local emulator and the current proxy URL is remote, then we shouldn't talk to the proxy server, as it probably won't figure out how to resole localhost/127.0.0.1.
Note: this may be difficult as both the v2 and v12 SDKs pick up env variables and auto set proxy stuff. So maybe we have to stop using the "well known" proxy env vars?
The text was updated successfully, but these errors were encountered: