1 2 3 | headers = {"Cookie":"WC=XXXXXXXXXXXXXX"} res = requests.get('http://www.wechall.net/challenge/training/programming1/index.php?action=request', headers=headers) |
Quote from dloserJun 13, 2018 - 14:59:04
Works for me. Make sure you are doing this from the same IP as your browser. (And that you copy the cookie correctly.)
B.t.w.: Usually not the best idea to share your own cookie like that. ;)