Why I am not that user after I load cookies?
Posted
by
MoreFreeze
on Stack Overflow
See other posts from Stack Overflow
or by MoreFreeze
Published on 2013-11-06T03:51:58Z
Indexed on
2013/11/06
3:53 UTC
Read the original article
Hit count: 238
cookies
|session-cookies
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?
© Stack Overflow or respective owner