We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 38f0ebc + 209eaa1 commit 14e9acdCopy full SHA for 14e9acd
blackduck/Authentication.py
@@ -56,7 +56,7 @@ def authenticate(self):
56
logger.warning("ssl verification disabled, connection insecure. do NOT use verify=False in production!")
57
58
response = self.session.post(
59
- url="/api/tokens/authenticate",
+ url="api/tokens/authenticate",
60
auth=NoAuth(), # temporarily strip authentication to avoid infinite recursion
61
headers={"Authorization": f"token {self.access_token}"}
62
)
0 commit comments