python - Web History/Connection Logger -
i'm thinking of writing application when running keeps track of websites visit , connections make. browser history, want in way utilizes network concepts.
i have rudimentary understanding of http, able listen in on http requests browser , automatically pull information whenever request made? if can give me suggestion or outline of how can done, can research on implementing it, helpful! i'm thinking of implementing in python, , operating system ubuntu
thank much.
you implementing proxy.
in case, basically, agent sits between browser , internet. proxy receive request client, then, send remote server, remote server may reply , you'll have send server response client.
to retrieve informations wanting, reading http rfc helpful.
Comments
Post a Comment