[SQ] API GET '/api/server/version' failed, status code was: 403

SonarQube Developer Edition deployed to a server. Trying to use it to scan a project sitting in Azure DevOps. I can hit the /api/server/version url via a browser when I am connected to my VPN, but not when disconnected from the VPN. Which is probably the issue, but I do not know how to work around this.

Hi,

Welcome to the community!

403 is forbidden. You probably need to pass a user token with the request.

 
HTH,
Ann