-
Bug
-
Resolution: Timed out
-
Medium
-
None
-
None
-
None
-
Severity 2 - Major
-
-
NOTE: This bug report is for JIRA Server. Using JIRA Cloud? See the corresponding bug report.
I tried to connect to Jira by basic authentication as discussed here https://developer.atlassian.com/display/JIRADEV/JIRA+REST+API+Example+-+Basic+Authentication, but had 401 error.
Here password and login are the same c27115@trbvm.com
My curl
curl D -u c27115@trbvm.com:c27115@trbvm.com -X GET -H "Content-Type: application/json" https://jira.atlassian.com/rest/api/2/project
curl D -X GET -H "Authorization: Basic YzI3MTE1QHRyYnZtLmNvbTpjMjcxMTVAdHJidm0uY29t" -H "Content-Type: application/json" "https://jira.atlassian.com/rest/api/2/project"
Please, help
- relates to
-
JRACLOUD-41036 Unable to connect to Jira by basic authentication
- Closed