useing cURL to automate HTTP job

2015-06-25  本文已影响18人  Yves_lau
curl --cookie headers_and_cookies http://www.weibo.com
curl --data-urlencode "date=April 1" example.com/form.cgi
  1. Debug
    13.1 Some debug tricks
    Many times when you run curl on a site, you'll notice that the site doesn't seem to respond the same way to your curl requests as it does to your browser's.
    Then you need to start making your curl requests more similar to your browser's requests:
上一篇 下一篇

猜你喜欢

热点阅读