Session Token Works with Postman but not with Python Requests
In ProgressHi, I am experiencing a weird issue that the session token authentication works with postman but not with Python requests.I am trying to access the devices api, everytime I receive 401.
I have already tried using allow_redirects=True, as per other discussions.
-
Hello,
These redirects in pythons should be processed slightly different than just setting allow_redirects=True.
Please see a code example in our repo on GitHub
Please sign in to leave a comment.
Comments
3 comments