chrome中查看cookie

https://stackoverflow.com/questions/10014996/how-do-you-check-cookies-using-chrome

To check the current page's cookies using Chrome:

  1. Open Developer Tools (usually F12)
  2. Click the "Application" tab (used to be "Resources")
  3. Expand the "Cookies" list item
  4. Click any list item.

You can view cookies in detail here, and clear them out (click any list item under cookies then click the cancel icon on the bottom left of the table).

https://developers.google.com/web/tools/chrome-devtools/manage-data/cookies

Use the Cookies pane to view and delete cookies. You cannot modify cookie values.

Cookies are listed by domain. This includes the main document as well as all nested frames. Selecting one of these “frame groups” displays all cookies, for all resources, for all frames in that group. There are two consequences of this grouping to be aware of:

  • Cookies from different domains may appear in the same frame group.
  • The same cookie may appear in several frame groups.

Fields

The following fields are provided for each cookie:

Cookie Field & Description
Name The cookie's name.
Value The cookie's value.
Domain The cookie's domain.
Path The cookie's path.
Expires / Maximum Age The cookie's expiration time, or maximum age. For session cookies, this field is always "Session".
Size The cookie's size in bytes.
HTTP If present, indicates that cookies should be used only over HTTP, and JavaScript modification is not allowed.
Secure If present, indicates that communication for this cookie must be over an encrypted transmission.

查看Http的header

最新文章

  1. 多视图学习利器----CCA(典型相关分析)及MATLAB实现
  2. BIOS MCSDK 2.0 学习笔记(一)
  3. 2014多校第七场1005 || HDU 4939 Stupid Tower Defense (DP)
  4. 平方和与立方和 AC 杭电
  5. pushMeBaby,github链接
  6. css3 翻转和旋转的差别
  7. struct 和 class 不同点
  8. poj 3311 状压DP
  9. Fedora 20中解决zip解压文件时中文文件名的乱码问题[已解决]
  10. Disruptor深入解读
  11. laravel 框架memcache的配置
  12. react+redux+generation-modation脚手架添加一个todolist
  13. Oracle学习历程--创建用户,分配表空间
  14. Python数字与字符之间的转换
  15. SAP HANA数据库架构部署方法
  16. 2019.01.14 codeforces685B. Kay and Snowflake(树形dp)
  17. Refuses to install for WTP10
  18. 【linux】——linux僵死进程的产生与避免
  19. openstack 部署笔记--keystone
  20. 笔记:CSS常用中文字体英文名称对照表

热门文章

  1. java基础——transient
  2. C# WebQQ协议群发机器人(二)
  3. maven 项目加载本地JAR
  4. POJ 3233 矩阵快速幂&二分
  5. 利用keytool颁发https证书方法
  6. iOS开发者账号证书配置及相关工作
  7. WCF(二)配置文件
  8. dedecms 添加自定义图字段,调用时出错
  9. AVL树,红黑树,B树,B+树,Trie树都分别应用在哪些现实场景中?
  10. Type system-Type checking