我尝试使用tampermonkey / greasemonkey通过PyLoad的API进行身份验证,但cookie既不会在响应中也不会在标头中发送。
它成功登录但是答案与firefox控制台的不同(缺少cookie)。
Greasemonkey:
responseText: true
responseHeader:缓存控制:无缓存,必须重新验证
---------------内容长度:4
---------------内容类型:application / json
---------------日期:太阳,2018年2月11日20:39:10 GMT
---------------服务器:CherryPy / 3.1.2 WSGI服务器
firefox:
回复: 67fc662d6 [...] 758b2f94ffd2
header: Cache-Control no-cache,必须重新验证
---------内容长度34
--------- Content-Type application / json
---------日期,2018年2月11日19:59:11 GMT
---------服务器CherryPy / 3.1.2 WSGI服务器
--------- Set-cookie beaker.session.id = 67fc662d6 ... Jan-2038 04:14:07 GMT;路径= /
答案 0 :(得分:0)
Cookie仅出现在第一个请求中,并且不会重新发送数天。 创建会话,因此无需在以下请求中重复使用cookie。