We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We should return 301s the following files.
to https://builds.dotnet.microsoft.com/dotnet/scripts/v1/*
For example:
https://dotnet.microsoft.com/download/dotnet/scripts/v1/dotnet-install.sh -> https://builds.dotnet.microsoft.com/dotnet/scripts/v1/dotnet-install.sh
FYI: This is a tracking issue for our website.
The text was updated successfully, but these errors were encountered:
Can we close this @richlander?
The URLs redirected were https://dotnet.microsoft.com/download/dotnet/scripts/v1/dotnet-install.sh https://dotnet.microsoft.com/download/dotnet/scripts/v1/dotnet-install.ps1 https://dotnet.microsoft.com/download/dotnet/scripts/v1/dotnet-install.asc https://dotnet.microsoft.com/download/dotnet/scripts/v1/dotnet-install.sig
Sorry, something went wrong.
Thanks for doing that!
This is actually a breaking change. There is a 301 where there wasn't before.
$ curl -SsD - -o /dev/null https://dotnet.microsoft.com/download/dotnet/scripts/v1/dotnet-install.sh | grep location location: https://builds.dotnet.microsoft.com/dotnet/scripts/v1/dotnet-install.sh
mairaw
No branches or pull requests
We should return 301s the following files.
to https://builds.dotnet.microsoft.com/dotnet/scripts/v1/*
For example:
https://dotnet.microsoft.com/download/dotnet/scripts/v1/dotnet-install.sh -> https://builds.dotnet.microsoft.com/dotnet/scripts/v1/dotnet-install.sh
FYI: This is a tracking issue for our website.
The text was updated successfully, but these errors were encountered: