I’d like to know if there is a way to fetch an image (mostly issue images).
When fetching data from the API, I get the image URL but this image can not be displayed, let’s say in a web front.
If I try a curl command with my API token, I get an authentication error (witch is kind of normal, given that the images are not on a “API url”)
$ curl --header "Private-Token: MyPrivateToken" https://gitlab.example.com/uploads/622ce6444a3c55ef88888d597ba444444/image.jpg
You need to sign in or sign up before continuing.