Click here to Skip to main content
15,900,461 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i am working on a script that keep record of all http request that user are searched in the browser. and if the tab is changed then it should be record each and every request.

What I have tried:

i have tried some modules and also searching for the logic in google but i didn't get any solution.
Posted
Comments
Richard MacCutchan 10-Apr-20 4:41am    
How do you think you can capture the URL from the browser?
Aarav Raj 10-Apr-20 4:54am    
listen i'm not thinking to capture the url. i'm just want to fetch request that searched in the browser and it should keep record of each and every http request.
Richard MacCutchan 10-Apr-20 4:59am    
OK, and how do you think a Python program can find out what the browser is doing?
Aarav Raj 10-Apr-20 5:05am    
to concatenate the browser with the script. see i don't know how it can be done that's way i'm asking that how it can be done.
Richard MacCutchan 10-Apr-20 5:27am    
I do not thin it can be done. Browsers do not export the details of the sites that they visit. You could possibly find out where it stores its history and capture from there.

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