Linux系统中curl get、post请求

Linux系统中curl get、post请求,第1张

一:curl get请求

二:curl post请求

备注:PHP中可以使用http_build_query()函数,处理curl post参数,使其支持多维数组传递

转自: www.cnblogs.com/z-books/p/6228284.html

curl -I url 是只取 server 的回应,不含内容, 如

user@minix-nb:~$ curl -I http://www.baidu.com

HTTP/1.1 200 OK

Date: Wed, 16 Sep 2009 11:16:23 GMT

Server: BWS/1.0

Content-Length: 3509

Content-Type: text/html

Cache-Control: private

Expires: Wed, 16 Sep 2009 11:16:23 GMT

Set-Cookie: BAIDUID=0EC3F02D099D83B4EDA0C65E09A487D6:FG=1expires=Wed, 16-Sep-39 11:16:23 GMTpath=/domain=.baidu.com

P3P: CP=" OTI DSP COR IVA OUR IND COM "

ok? :)


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/yw/7087281.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-04-01
下一篇 2023-04-01

发表评论

登录后才能评论

评论列表(0条)

保存