Hello, I have a question:
Is there any way to get facebook cookies using HTTP?
It means I don't log in directly, use HTTP to login, then use HTTP cookie to get cookies.
Thanks.
The same way like you did it before, just load cookies and apply fingerprint, and eventually save as profile so your cookies and fingerprint would be saved for future use - next time you only need to load profile which will preserve fingerprint and cookies.
@vanux So can I do something so that site won't detect me if I use 20 threads with http client?
I'm currently only using http-proxy function on each thread.
There should not be any problems.
Load profile with gmail, than simply open new
tab and navigate to other site, Then just go back
to TAB where gmail is and confirm incoming mail.
@clepro Cookies live for a certain amount of time. The lifetime depends on the site. Somewhere they are deleted after 30 days, somewhere after 3 days. I think that is the reason for this.
In such cases in the scripts I check "is the user authorized". If not, then I carry out authorization by login and password.