With the java client, I want to download the sources of a software.
If it is a "manually" uploaded software, it works.
However, when I try to download the software source hosted on GitHub, we are redirected to some url like https://github-production-release-asset-2e65be.s3.amazonaws.com/...
but the return code is 400.
Expected result :
redirection are handled and sources are downloaded
With the java client, I want to download the sources of a software.
If it is a "manually" uploaded software, it works.
However, when I try to download the software source hosted on GitHub, we are redirected to some url like https://github-production-release-asset-2e65be.s3.amazonaws.com/...
but the return code is 400.
Expected result :
redirection are handled and sources are downloaded