Mock proxy server on local (With fiddler and windows firewall) -


my clients using proxy server on corporation,and want set dev environment testing development related proxy issues. so, want set proxy server blocks port 80 requests, unless request requested proxy server. tried:

  1. installing fiddler2 on port 8888.
  2. setting 2 rules on windows firewall:
    • block port 80 requests.
    • allow requests fiddler exe.

then, opened ff , changed proxy server 127.0.0.1:8888. unfortunately, requests fiddler still blocked. doing wrong? there other program easier? (tried ccproxy without success).

found answer this great post:

  1. block outbound connections on firewall.
  2. allow request fiddler.exe

Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -