Skip to content
Permalink
Browse files
Update cookies.py
  • Loading branch information
alhousen committed Nov 22, 2021
1 parent 119c52c commit 24b36f441d0478fc91f304b2a0e844bcd8209d6a
Showing 1 changed file with 1 addition and 1 deletion.
@@ -10,7 +10,7 @@ from flask.sessions import SecureCookieSessionInterface

wanted_cookie = '{"role": "admin" , "user" : "3"}' # Data that we want to sign

url = "http://172.18.0.2:5000"
url = "http://172.18.0.2:5000" #CHANGE ME

s = requests.Session() # To keep track of the session's cookie

0 comments on commit 24b36f4

Please sign in to comment.