Posts by douraggon • 1 point
2 posts
-
0
votes1
answer27
viewsA: Download a Jira image with nodejs using authorization
I found a solution! I passed an authorized request (without the url) inside Else const options2 = { method: 'GET', auth: { username: user, password: senha }, headers: { 'Accept': 'application/json'…
-
-1
votes1
answer27
viewsQ: Download a Jira image with nodejs using authorization
Good afternoon, I need to download a profile image of Jira via REST. I can, but jira sends me an image referencing that I don’t have permission to see it (example of how the image is downloaded:…