Authorize an Org from VSCode.
Issue:
Callback URL localhost:1717 is not redirect.
reason:
proxy setting
Update the PATH Environment Variable (Microsoft Windows)
- From the desktop, right click the Computer icon.
- Choose Properties from the context menu.
- Click the Advanced system settings link.
- Click Environment Variables.
- Add HTTP_PROXY and HTTPS_PROXY variables
Set up proxy with username and password
HTTP_PROXY: http://USERNAME:PASSWORD@SERVER:PORT/
HTTPS_PROXY: https://USERNAME:PASSWORD@SERVER:PORT/
Set up proxy with domain, username and password
HTTP_PROXY: http://DOMAIN\\USERNAME:PASSWORD@SERVER:PORT/
HTTPS_PROXY: https://DOMAIN\\USERNAME:PASSWORD@SERVER:PORT/