Why I am not that user after I load cookies?
- by MoreFreeze
I want to grab some site data, but it must be a login account. So I register it and login, I found some API about this site that can be used to grab data. I use this Chrome plugin "cookie.txt export" export cookies.txt, I copy all content it export and use following cmd like
wget -x --load-cookies cookies.txt http://www.example.com/api/name=xxxx
but it doesn't work. It download the page that need I login. So I think this site has some other verification strategy, how can I pass it?
Whether I must input in browser manually?