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

Payment information shows nothing in one page checkout page magento -

tcpdump - How to check if server received packet (acknowledged) -