0

I don't have direct network access to the linux host I'm debugging PHP/Javascript code on. I SSH to a jump box, then use FoxyProxy to tunnel my firefox requests through my SSH session using SOCKS forwarding.

I want to be able to debug the javascript code in IE, but unfortunately my FoxyProxy setup only works through the FireFox extension. Is there a quick and dirty solution that will allow me to tunnel my web traffic (for certain hosts!) through a proxy?

Ripon Al Wasim
  • 36,924
  • 42
  • 155
  • 176
Dan Wolchonok
  • 1,930
  • 1
  • 21
  • 21

2 Answers2

0

I think this can be solved using Fiddler, steps are mentioned below Download and install Fiddler from telerik.com/download/fiddler. Open Fiddler, Go to AutoResponder tab Check 'Enable Rules' and 'Unmatched requests passthrough' checkboxes. Click on 'Add Rule' button and add your rule/s

Sarvesh Mahajan
  • 914
  • 7
  • 16
0

For SOCKS forwarding and IE, use FreeCap. Enables pretty much any application to use a SOCKS proxy, is free (as in beer) and reliable (even allows proxy chaining).

Piskvor left the building
  • 91,498
  • 46
  • 177
  • 222
  • FoxyProxy will automatically route traffic through different proxies for you based on wildcard patterns and whitelist/blacklist rules. Does FreeCap have anything similar? (I think that's what the question was) – pix0r Apr 04 '09 at 19:16