curl 登录表单 获取cookie

 

登录表单 并保存cookie
curl -c cookie.txt  -F "[email protected]" -F "theAccountPW=yyyyy"  https://daw.apple.com/cgi-bin/WebObjects/DSAuthWeb.woa/57/wo/MplExpcyh82xT8MwVDqMmw/9.5.3.1.1.2.1.1.3.1.1

带着cookie访问页面
curl  -b cookie.txt  https://developer.apple.com/iphone/index.action 

http://article.yeeyan.org/view/magicnight/53928

你可能感兴趣的:(apple,c,qq,F#,cgi)