标签: python http python-requests
如果我发出GET请求,例如:
r = requests.get('http://google.com', headers = {"referer":"www.abc.com"})
初始请求将从http重定向到https。我的问题是,是否还将“ referer”:“ www.abc.com”标头附加到重定向到https://google.com的GET请求上?