curl 参数说明:
-b 带 Cookie 参数,参数格式可以是字符串,也可以是文件
-d POST 请求参数,参数格式 username="xxxx"&pass="xxxx"
-c 将服务器返回的 Cookie 数据记录到文本文件中
-I 将服务器返回头信息展示出来
-H 带头部请求信息
查看 HTTP 响应头信息
# curl -I http://www.163.com
HTTP/1.1 200 OK
Date: Wed, 29 May 2019 04:21:27 GMT
Content-Type: text/html; charset=GBK
Connection: keep-alive
Expires: Wed, 29 May 2019 04:22:19 GMT
Server: nginx
Vary: Accept-Encoding,User-Agent,Accept
Cache-Control: max-age=80
X-Via: 1.1 PSzjwzdx11jb78:0 (Cdn Cache Server V2.0), 1.1 PSgdzqdx4ei64:10 (Cdn Cache Server V2.0)
保存响应 Cookie , c2.txt
curl -c c2.txt https://proxy.mimvp.com
带 Cookie 参数据请求
curl -b "ServiceNumber=ECE009; rememberLogin=0; luUserName=admin; lang=zh; PHPSESSID=9j7uumj59jf7jjcuojucm2b7v4" -c c2.txt http://erp.xxx.cn/api/Rep