Linux高级运维命令(curl)

查看源码

curl www.sina.com.cn

下载文件

curl -O www.sina.com.cn/index.php
curl -o index.html www.sina.com.cn/index.php

自动跳转

curl -L www.sina.com.cn

显示响应头

curl -i www.sina.com.cn
curl -I www.sina.com.cn

显示通信信息

curl -v www.sina.com.cn
curl --trace output.txt www.sina.com.cn
curl --trace-ascii output.txt www.sina.com.cn

请求头

curl -H 'Authorization: Bearer requesttoprivateapiwithtoken'

特定请求头

curl -D sugarcookies www.sina.com.cn
curl -b sugarcookies www.sina.com.cn
curl --referer www.example.com www.example.com
curl --user-agent www.sina.com.cn www.sina.com.cn

代理

curl -x proxysever.test.com:3128 www.sina.com.cn

表单提交

curl www.sina.com.cn/form.cgi?data=xxx
curl -X POST --data "data=xxx" www.sina.com.cn/form.cgi
curl -X POST --data-urlencode "date=April 1" www.sina.com.cn/form.cgi
curl --form "fileupload=@filename.txt" www.sina.com.cn
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值