to get an issue details on my mobile using volley sending header like this
header("Authorization","Basic usernamepasswordstring")
still it isn't working . Always gives 404 though i have permissions for this .
I am using jira rest api's
Need help .
Have you tied to call REST API directly with the same autorization method?
curl -D- \ -X GET \ -H "Authorization: Basic ZnJlZDpmcmVk" \ -H "Content-Type: application/json" \ "https://your-domain.atlassian.net/rest/api/2/issue/QA-31"
Yes i have already tried this , It works fine with curl, But not when i use Rest Api's through postman or Android mobile
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.