sockets - See what website the user is visiting in a browser independent way -
i trying build application can inform user website specific information whenever visiting website present in database. must done in browser independent way user see information when visiting website (no matter browser or other tool or using visit website).
my first (partially successful) approach looking @ data packets using system.net.sockets.socket class etc. unfortunately discoverd approach works when user has administrator rights. , of course, not want. goal user can install 1 relatively simple program can used right away.
after went looking alternatives , found lot winpcap , of it's .net wrappers (did tell programming c# .net already?). winpcap found out must installed on user's pc , there nog way reference dll files , code away. looked @ including winpcap prerequisite in installer cumbersome.
well, long story short. want know in application website user visiting @ moment happening. think must done looking @ data packets of network can't find solution this. application build in c# .net (4.0).
you use fiddler monitor internet traffic. is
a web debugging proxy logs http(s) traffic between computer , internet. fiddler allows inspect traffic, set breakpoints, , "fiddle" incoming or outgoing data. fiddler includes powerful event-based scripting subsystem, , can extended using .net language.
it's scriptable , can readily used .net.
Comments
Post a Comment