This is a migrated thread and some comments may be shown as answers.

How do i setup fiddler to advertise it as real server under test

0 Answers 42 Views
Windows
This is a migrated thread and some comments may be shown as answers.
sandeep
Top achievements
Rank 1
sandeep asked on 24 Oct 2017, 04:52 PM
I have one client and 3 server running. suppose client is running on
http://localhost:8000
and other three servers are running at:
http://localhost:8001 ----->server1
http://localhost:8002 ------>server2
http://localhost:8003 ---------->server3
there is communication between these server also. My question is:
1.Can Fiddler be placed “in front of” the server2 by advertising its IP instead of the actual server2. if yes, then how?
2.When Fiddler receives a POST request from client, i want to modify the message and then forward it to the server2. How can this be achieved?
3.Similarly, when the response comes back from the server2, modify it as needed before returning it to the client.

No answers yet. Maybe you can help?

Tags
Windows
Asked by
sandeep
Top achievements
Rank 1
Share this question
or