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:
- installing fiddler2 on port 8888.
- 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:
- block outbound connections on firewall.
- allow request fiddler.exe
Comments
Post a Comment