HTTPS GET with API Bearer Token: working with cURL but not with Python requests.get
When I launch the following cURL command on a https URL with an API token, I get the expected response (a list of files in my storage): curl -H "Authorization: Bearer <TOKEN>" "https://my_website.com:443/api/storage"
.