Using requests.Session() for cookies with custom headers

前端 未结 0 1206
别跟我提以往
别跟我提以往 2021-01-06 01:55

When I use requests.get(URL, headers), my custom headers go through fine - but when I use:

    s = requests.Session()
    r = s.get(url, headers)         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题