Click here to Skip to main content
15,909,591 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello guys, I wanna intercept any http request on one of my server. so from my laptop I wanna intercept any request that is made on my server (different machine). But I have no Idea of doing that in c++ or python.

What I have tried:

I tried fiddler but don't know how it is really works
Posted
Updated 28-Feb-18 3:35am

1 solution

You cannot do it from a different system as you have no way of knowing when the server receives a request. Assuming this is a webserver you are talking about you need to add some code in there to send you some sort of message every time a request is received.
 
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