Skip to content

Instantly share code, notes, and snippets.

@ianmcnally
Created June 30, 2014 17:31
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ianmcnally/986287e71dc1f30c47e7 to your computer and use it in GitHub Desktop.
Save ianmcnally/986287e71dc1f30c47e7 to your computer and use it in GitHub Desktop.
Charles proxy instructions for Localhost
Configuring Charles to proxy, so you can test localhost on a virtual machine.
1. In Charles proxy settings, set a port, i.e., 8889.
2. In your VM, modify the local area settings.
1. In IE, go to Settings > Connections > LAN Settings
2. Under proxy server, select Use a proxy server.
3. Under proxy server Address, use your machine's IP.
4. Under proxy server Port, use the Charles proxy port, i.e., 8889.
3. Turn on proxying in Charles.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment