I used fiddler to obtain the segmentfault cookie, and then used requests to directly bring this cookie to request my segmentfault page. What would cause failure?
PHP中文网2017-05-18 10:48:54
a=requests.Session()
r=a.get(url, headers=headers,cookies=cookie,verify=False)