curl

来源:互联网 发布:网络小说 毒 知乎 编辑:程序博客网 时间:2024/06/08 13:47

http://www.lornajane.net/posts/2008/Curl-Cheat-Sheet

http://www.lornajane.net/posts/2010/Curl-and-Cookies

http://www.cantoni.org/2012/01/10/curl-cheat-sheet

http://www.hurl.it/

http://restify.io/



Curl Cheat Sheet

I have a scribbled sheet on my desk, which is my "cheat sheet" for curl, its really short and I thought I'd put my notes here for safe-keeping. If you're visiting, then I hope they help you too.


Curl from command line

Curl is a way of making web requests from the command line. I only do this under linux, and if you don't know why you'd want to do that, then you probably don't need to read any further (although, that would also make an interesting article!).

curl http://www.lornajane.net

Will give you the output that would be sent to your browser if you requested the main page of this site from there.

Verbose output (-v)

This is where it gets interesting, you can see the actual information being included with the HTTP request when you use the verbose switch.

curl -v http://www.lornajane.net

Try it - you see the headers and the client/server negotiation. Stuff like cache information, browser identification, and cookie information all gets transmitted in these headers.

Using HTTP verbs (-X) and data (-d)

Curl can make requests and include data with them. It can use GET as you'd expect, but POST, PUT and DELETE are all supported too.

curl -X GET "http://www.example.com?page=2&category=toys"

I've added the quotes because the ampersand confuses the command line

curl -X POST http://www.example.com/registration.php -d username=lornajane -d password=password -d phone=0123456789

PUT and DELETE can be done in the same way, just using the -X switch.

Further Resources

Actually, if you've got this far then you know what you're doing - use the curl manpage for information on the other switches. Curl can do more things than I think I would ever want to do, not just HTTP, and can spoof cookies and all sorts of other good things. Its especially good for testing web services as it allows clearer diagnosis of the exact behaviour and response. Don't tell anyone but I have also been known to vardump in the middle of webservices when debugging, and using curl lets you see the output "as it comes" - very handy!

Update: I wrote a follow-up post about Using Cookies with Curl

Curl and Cookies

I noticed the other day that the cheat sheet I have on this site for curl doesn't show how to use cookies, so I thought I'd remedy that omission, and quickly! Being able to use the command line to authenticate and then go on and use part of a site behind a login box can be really handy, and it is also super-simple.

-c to Save a Cookie

Pass the -c switch followed by a filename and curl will write the cookies to a file. This is the "cookie jar" and you can dip into it whenever you want to send the cookies back with a future request. For example:
curl -c cookies.txt http://www.lornajane.net
This writes a file named cookies.txt to the local directory. When I look in it, it contains:

# Netscape HTTP Cookie File
# http://curl.haxx.se/rfc/cookie_spec.html
# This file was generated by libcurl! Edit at your own risk.

www.lornajane.net FALSE / FALSE 0 s9y_4e071c5ccc553288993faf0369cb076c 539e01676501366ea0f04e2646b1a31d

-b to Send Cookies

All I do when I want to use the cookie on future requests is pass exactly the same command but with a -b switch; this will read the named file and send the cookies along. You can edit the cookies as you wish, at your own risk of course, and this makes the use of cookies and curl an absolutely invaluable technique for testing! It's also common to use it on sites where you want to download a file directly to the server but the site requires login first.



原创粉丝点击
热门问题 老师的惩罚 人脸识别 我在镇武司摸鱼那些年 重生之率土为王 我在大康的咸鱼生活 盘龙之生命进化 天生仙种 凡人之先天五行 春回大明朝 姑娘不必设防,我是瞎子 长春招聘更夫 长春一汽大众招聘 长春企业招聘 沈阳上一休一更夫招聘 我愿意我是一个更夫 更始帝 淡极始知花更艳 太始 正始 什么让生活更美好作文400字 诚信让生活更美好六年级500字 科技让生活更美好作文500字 运动让生活更美好500字作文 梦想让生活更美好作文400字 梦想生活更美好作文400字 科技让生活更美好600字 诚信生活更美好作文400字 科技让生活更美好400字 诚信让生活更美好作文400字 运动让生活更美好作文400字 读书让生活更美好作文500字 让生活更美好作文400字 诚信让生活更美好400字作文 阅读让生活更美好作文500字 种花让生活更美好作文600字 运动让生活更美好作文600字 美食让生活更美好500字 阅读让生活更美好作文600字 阅读生活更美好作文600字 诚信让生活更美好作文600字 种花让生活更美好作文400字 诚信生活更美好作文600字 微笑让生活更美好400字 梦想让生活更美好400字 花让生活更美好作文600字 微笑让生活更美好作文600字 爱让生活更美好作文600字 微笑生活更美好作文600字 科技让生活更美好作文600字 科技生活更美好作文600字 梦想让生活更美好作文600字