curl 'http://localhost:8585/rest/api/latest/project' \
-H 'Authorization: Basic dml2ZWsuYnVybWFuOk1Ua3dNalEyTkRRNU1UZzVPaTdOUVQvRTdvcG8yTmU5SnhRSTV2dm5GN3du' \
Getting 403 forbidden error, deployed Jira Datacenter v9.12.10 on local. Do I need to enable some setting?
The project list should be able to fetch from any user, maybe just your API token ist wrong?
How did you create it?
Under Profile -> Personalized Personal Access token. I checked the API key
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Just a guess, but for Jira v9.16.x it is "Authorization: Bearer" rather than "Authorization: Basic"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.