|
|
|
|
|
by matzf
1190 days ago
|
|
The openapi library seems to use requests incorrectly. > If no authentication method is given with the auth argument, Requests will attempt to get the authentication credentials for the URL’s hostname from the user’s netrc file. The netrc file overrides raw HTTP authentication headers set with headers. Source: https://docs.python-requests.org/en/latest/user/authenticati... |
|