Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save steerpike/c02f1087d4804d8b14844fd7a00f7d01 to your computer and use it in GitHub Desktop.
Save steerpike/c02f1087d4804d8b14844fd7a00f7d01 to your computer and use it in GitHub Desktop.
Use an @ in a password when setting a PROXY
Where a Users's password contains an @ symbol subsitute ^%40 so:
set HTTP_PROXY=http://user:p@ssword@proxy.domain.com:port
beomes:
set HTTP_PROXY=http://user:p^%40ssword@proxy.domain.com:port
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment