I've tried for like 2 hours to pass cookies I've gotten from a GET request to subsequent requests and it just does not work. It doesn't get all the cookies, and any new ones I add do not function properly.
Basically i perform web scrapping firstly i get data through url and stored in database then again i fetch data from url and compared with data that i have stored in database and i want to show only the difference
Sorry, I do not want to demotivate you, but it was a bit difficult to follow. In particular there was no real explanation of the difference between request cookies and response cookies. - Why should fetching the cookies and sending them back "word-by-word" help? - And what about the cookies stored by Chrome and Firefox?
I've tried for like 2 hours to pass cookies I've gotten from a GET request to subsequent requests and it just does not work. It doesn't get all the cookies, and any new ones I add do not function properly.
why would session.cookies only have some of the cookies but in chrome inspector you can see alot more for same host?
Nice 🎉
You can use SET method to set cookies for session it's more professional
Basically i perform web scrapping firstly i get data through url and stored in database then again i fetch data from url and compared with data that i have stored in database and i want to show only the difference
i downloaded the file and tried opening but it kept closing
Can you tell me about how i compare two strings and show only the difference between the two strings in python
Thanks for give us such wonderful information
Thank you!
Can you show the code..
Yes, Currently we are working on that. Shortly will put on website - Tutorial section
love from earth58K , very helpfullll
Sorry, I do not want to demotivate you, but it was a bit difficult to follow. In particular there was no real explanation of the difference between request cookies and response cookies.
- Why should fetching the cookies and sending them back "word-by-word" help?
- And what about the cookies stored by Chrome and Firefox?