requests请求重定向后获取headers

requests请求重定向后,获取重定向地址的headers,cookiepython import requests response = requests.post(url, data, headers, verify=False) for his in response.history: print(his.headers) print(his.headers['Set-
相关文章
相关标签/搜索