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

Popular posts from this blog

How has firefox/gecko HTML+CSS rendering changed in version 38? -

javascript - Complex json ng-repeat -

jquery - Cloning of rows and columns from the old table into the new with colSpan and rowSpan -