cookie-b name=data--cookie name=data【参考】(HTTP)发送cookie数据到HTTP服务器,数据格式为:"NAME1=VALUE1; NAME2=VALUE2";如果行中没有“=”,将把参数值当作cookie文件名;这个cookie数据可以是由服务器的http响应头“Set-Cookie:”行发送过来的; -c filename--cookie-jar file name【参考】(HTTP)完成操...
参数功能-a/--append上传文件时,附加到目标文件-A/--user-agent设置用户代理发送给服务器-anyauth可以使用“任何”身份验证方法-b/--cookie <name=string/file>cookie字符串或文件读取位置--basic使用HTTP基本验证-B/--use-ascii使用ASCII /文本传输-c/--cookie-jar操作结束后把cookie写入到这个文件中-C/--co...
-b/--cookie <name=data>为发送的 HTTP 数据包指定 cookie 内容,通常是之前同服务器通讯时,从服务器接收到的 response数据包中 Set-Cookie 字段中的内容。如果要指定多对值,格式为“NAME1=VALUE1;NAME2=VALUE2”。 如果内容中没有等号 =,则会被解析为存储 Cookie 的文件,此时还应该配合参数 -L/--location...
successfully set certificate verify locations: CAfile: /etc/ssl/cert.pem CApath: none TLSv1.2 (OUT), TLS handshake, Client hello (1): TLSv1.2 (IN), TLS handshake, Server hello (2): TLSv1.2 (IN), TLS handshake, Certificate (11): TLSv1.2 (IN), TLS handshake, Server key exchange (...
$ curl 'http://httpbin.org/cookies/set/name/whyn' -c cookies.txt # 从文件中读取 Cookie 信息 $ curl 'http://httpbin.org/cookies' -b cookies.txt 指定Referer:使用选项-e, --referer <URL>: # 请求头添加:Referer: http://www.baidu.com ...
no-cache Set-Cookie: BDORZ=27315; max-age=86400; domain=.baidu.com; path=/ Accept-Ranges: bytes # 访问百度将Cookie信息保存到test中 $ curl -c test www.baidu.com <!DOCTYPE html> <!--STATUS OK--><html> <head><meta http-equiv=content-type content=text/html;charset=utf-8><meta http...
--ftp-ssl-ccc-mode <active/passive> Set CCC mode --ftp-ssl-control Require SSL/TLS for FTP login, clear for transfer -G, --get Put the post data in the URL and use GET -g, --globoff Disable URL sequences and ranges using {} and [] ...
curl是一个实用的用于与服务器之间传输数据的工具。 支持的协议:DICT、FILE、FTP、FTPS、GOPHER、HTTP、HTTPS、IMAP、IMAPS、LDAP、LDAPS、POP、POP3、RTMP、RTSP、SCP、SFTP、SMTP、SMTPS、TELNET、TFTP。 curl设计为无用户交互式完成工作。 curl提供了许多有用的功能:代理访问、用户认证、ftp上传下载、HTTP POST、...
至于具体的 cookie 的值,可以从 http response 头信息的Set-Cookie字段中得到。 九、增加头信息 有时需要在 http request 之中,自行增加一个头信息。--header参数就可以起到这个作用。 代码语言:javascript 复制 $ curl--header"Content-Type:application/json"http://example.com ...
-R, --remote-time Set the remote file's time on the local output -X, --request <command> Specify request command to use --request-target Specify the target for this request --resolve <host:port:address[,address]...> Resolve the host+port to this address ...