Our source repository is redirecting some get requests. The Maven dependency plugin get goal reveals what is happening. The redirect is quite complex - ending up on a S3 bucket. It includes the authentication headers and the requested resource as query parameters. The urllib library returns 400 rather than a 30x code. It also ignores the redirect. This stops the process from copying resources that have moved to the redirected location.
### Tasks
- [ ] https://github.com/microsoft/mvnfeed-cli/pull/21