Why am I getting an HTTP 401 error and how do I fix it? or HTTP 401 Unauthorized – What’s causing thi

18 Replies, 1514 Views

Not sure about your stack, but in Python, `requests` can silently fail if you’re not handling redirects right. Add `allow_redirects=False` to see if auth is getting lost.

Also, some APIs hate trailing slashes in URLs. ¯\_(ツ)_/¯

Messages In This Thread



Users browsing this thread: 1 Guest(s)