Click here to Skip to main content
15,886,873 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Experts,

I wanted to know that which are the service calls that are been requested on to my server and from which client. I did want to know which are the client machines\IPs that are giving server the requests or ViceVersa.

I can trace this in Fiddler , but Fiddler do gives me only when a call is made from that individual machine where the fiddler is running . I want to run fiddler on server and track which request came , from which client .

Please Help !!

Thanks in Advance
Posted

1 solution

I think you need to make Fiddler first to listen to traffic from any binding. Second you have to configure the individual machines to route the request through the machine running Fiddler and at Fiddler port (which I believe is defaulted to 8888)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900