You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 27, 2023. It is now read-only.
I'm trying to get an artifact using BuildRestClient getArtifactContentZip method and it's returning a 404 error. I suspect that is because the request is answered with a 302 redirect and the second request is keeping the accept headers to application/zip, if I copy the url and paste in a new tab it gets the artifact zip properly.
Is there any workaround for this?
Thank you very much.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm trying to get an artifact using BuildRestClient getArtifactContentZip method and it's returning a 404 error. I suspect that is because the request is answered with a 302 redirect and the second request is keeping the accept headers to application/zip, if I copy the url and paste in a new tab it gets the artifact zip properly.
Is there any workaround for this?
Thank you very much.
The text was updated successfully, but these errors were encountered: