I\'m trying to "inject" cookie using python\'s requests. So my code is
Cookie = {"*name":"*value"} s = requests.Session() req =