curl cookie格式

获取cookie: curl -c cookie www.douban.com 查看cookie的内容如下:

.douban.com	TRUE	/	FALSE	1485507337	bid	"WASIURtSGKN"
.douban.com	TRUE	/	FALSE	1485507337	ll	"215287"

chromium里面的cookie是这样的:

豆瓣cookie示例

共有用TAB分隔的7个字段, 这7个字段分别是: domain, tailmatch, path, secure, expires, name, value.

  • domain 域名
  • tailmatch 尾部匹配

When searching the cookie list for valid cookies, a comparison of the domain attributes of the cookie is made with the Internet domain name of the host from which the URL will be fetched. If there is a tail match, then the cookie will go through path matching to see if it should be sent. "Tail matching" means that domain attribute is matched against the tail of the fully qualified domain name of the host. A domain attribute of "acme.com" would match host names "anvil.acme.com" as well as "shipping.crate.acme.com".

  • path 路径
  • secure 安全

如果置为TRUE, 则只有当一个请求通过 SSL 或 HTTPS 创建时,cookie 才能被发送至服务器

  • expire 过期时间
  • name 名
  • value 值

参考:

1 2 3

转载于:https://my.oschina.net/sukai/blog/611027

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值