The Jira Server is returning 401 error even though the credentials entered are correct . I can access the site through chrome but getting 401 when trying to access the same server from eclipse IDE. Basic authentication is used
Hello,
We encountered this issue just a few days ago. I think the authentication method is changing:
https://developer.atlassian.com/cloud/jira/platform/jira-rest-api-basic-authentication/
If you are using Cloud version, you can check out this documentation:
https://confluence.atlassian.com/cloud/api-tokens-938839638.html
You can authenticate by using the api token and your email address:
curl -v https://mysite.atlassian.net --user me@example.com:my-api-token
Regards.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.