首页 > 解决方案 > 将cookie插入get请求python

问题描述

我会用cookie auth发出请求,当我从浏览器中取出它并插入到标题中时,一切正常,但后来我用带有功能的selenium webdriver得到它

driver.get.cookies()

并将其转储到 json 中。我如何将其粘贴到获取请求中?

https://pastebin.com/Vn39UJN6 example of request

 

我通过 selenium 获得的 cookie 示例

https://pastebin.com/pJDP2zd1

标签: cookiespython-requestsget-request

解决方案


推荐阅读