You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In some cases where a network request can encounter an error, just logging the exception from requests is not good enough because this contains the URL that it was trying to access. For upload sessions, this URL is unique and while it should expire so there is no security compromise, log files shouldn't really contain stuff like this.
All access tokens used are never logged as they are securely contained in request headers.
What would you like implemented?
In some cases where a network request can encounter an error, just logging the exception from requests is not good enough because this contains the URL that it was trying to access. For upload sessions, this URL is unique and while it should expire so there is no security compromise, log files shouldn't really contain stuff like this.
All access tokens used are never logged as they are securely contained in request headers.
Thought of while looking at #175
The text was updated successfully, but these errors were encountered: