Hi all,
I want to use the web API and according to SonarQube Server Web API | Documentation , you should pass in a user token as a bearer token in the Authorization header. This doesn’t work for me (I get a 401 response).
Then I see several posts on this community saying to use the token as a username with a blank password as a Basic authentication. That does work.
Is the documentation wrong? Why does it say to use the Bearer token authentication scheme when this obviously doesn’t work?
SonarQube 9.9.4 deployed using Docker.
Thanks,
Frans