Reputation: 422
My clients are using a proxy server on their corporation,and I want to set up dev environment for testing development related to proxy issues. So, I want to set up a proxy server which blocks all port 80 requests, unless the request is requested by the proxy server. This is what I tried:
Then, I opened FF and changed the proxy server to be 127.0.0.1:8888. Unfortunately, the requests from the fiddler are still blocked. What am I doing wrong? Is there other program which do that easier? (Tried also with CCProxy without success).
Upvotes: 1
Views: 576
Reputation: 422
Found the answer this great post:
Upvotes: 1