HTTP request on network
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Hy! I want to make a application to monitor what sites are loaded by the browsers(IE, Firefox) used on a computer. can anybody help me how can I start? thanks
One way of doing this would be to create an HTTP proxy server that logs whatever you want and have the browsers use that proxy. You could run the proxy locally or on another machine. A more reliable way of doing this is to monitor it on a router.