Skip to content

Instantly share code, notes, and snippets.

@elmentecato
Created February 28, 2019 23:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save elmentecato/dfc7c9e06f6f9acf723aa8c38019a473 to your computer and use it in GitHub Desktop.
Save elmentecato/dfc7c9e06f6f9acf723aa8c38019a473 to your computer and use it in GitHub Desktop.
Proxy config file with Basic Auth for angular
{
"/myapp/*": {
"target": "https://sonia.internal.lab:9443",
"secure": false,
"logLevel": "debug",
"changeOrigin": true,
"headers": {"Authorization": "Basic cm8vdDpub3ZlvGw="}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment