requests / requests-oauthlib

OAuthlib support for Python-Requests!
https://requests-oauthlib.readthedocs.org/
ISC License
1.71k stars 422 forks source link

Question: Changing Authorization header type from 'Bearer' to 'Token' #447

Closed Sshahar closed 3 years ago

Sshahar commented 3 years ago

I'm getting a HTTP-401 with the header 'Www-Authenticate': 'Token' (even though I've previously used the fetch_token method successfuly.

Any idea how to fix the session.get() request? image image