From f069e6ef3a7443da4c934976fac3f2a8ca080fa9 Mon Sep 17 00:00:00 2001 From: "Paul Li (iMac)" Date: Fri, 30 Dec 2016 06:25:53 +1100 Subject: [PATCH] Align image --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 8d5d339..3e50ebf 100644 --- a/README.md +++ b/README.md @@ -257,12 +257,14 @@ I am going to show you how to use Fiddler (and FiddlerScript) to inspect WebSock I have tested with Firefox 25.0, IE 11.0, Chrome 32.0. This solution should work with all browsers that support WebSocket, as long as the network proxy is setup correctly. Using IE as an example: - 1. Open Fiddler, this will setup the network proxy automatically, but it's not enough. - 2. Open IE -> Tools -> Internet Options -> Connections tab -> Click "LAN settings" button - 3. Click "Advanced" button - 4. Tick "Use the same proxy server for all protocols" checkbox. - - ![IE Proxy](IeProxy.jpg?raw=true "IE Proxy") + 1. Open Fiddler, this will setup the network proxy automatically, but it's not enough. + 2. Open IE -> Tools -> Internet Options -> Connections tab -> Click "LAN settings" button + 3. Click "Advanced" button + 4. Tick "Use the same proxy server for all protocols" checkbox. + +

+![IE Proxy](IeProxy.jpg?raw=true "IE Proxy") +

## Points of Interest