I am using JIRA REST API in our project . but while downloading if file name have special charector its fail to authenticate below is the url
https://datacommunique.atlassian.net/secure/attachment/76424/file name
Hi Rahul,
I was running into something similar yesterday, however, the issue came down to the fact I was using a customized zsh. When I switched back to bash the command worked as expected.
Another option would be to put quotes around the entire URL path and see if you get the results you're looking for as I had to do that or it would error:
curl -D- -O -u UN:PW -X GET "http://localhost:8080/secure/attachment/10011/hello rahul.txt"
Cheers,
Branden
Hi Branden McElveen,
I am using OAuth and as you said I have tried with double quotes its thows an exception. currently its working if there is no special charector but if special charectors comes in file name its fail to authenticate
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.