I need to get the cookie like this
refresh_cookie = conn.cookies["refresh"]
and not like this…
refresh_cookie = conn.req_cookies["refresh"]
I thought it would be the same, but it’s not.
Thank You for the help
I need to get the cookie like this
refresh_cookie = conn.cookies["refresh"]
and not like this…
refresh_cookie = conn.req_cookies["refresh"]
I thought it would be the same, but it’s not.
Thank You for the help