jira - cURL request always 404's no matter what I do -
my curl commands continuously return 404 not found no matter change command. latest iteration...
curl -d- -u user:pass(these filled in) -x https://jira.some-company.net/rest/api/2/issues/search?jql=project=qabl
i've tried searching different items, having "-h "content-type: application/json"" , "-h "authorization: basic user:pass(encrypted in b64)"" , changing post , lot of other things. refuses connect except when ask permissions, shows have full admin privileges. have suggestion?
Comments
Post a Comment