Broken download links for GitHub
Site Bugs / Suggestions
1
Posts
0
Posters
24
Views
-
It looks like article download links pointing to a GitHub repo are broken.
For example: EF Core 3.x Support for SQL Server's TRY_PARSE Function has a "Download Latest Repository Archive" link which points to:
That link returns a 403 error:
<Error> <Code>AccessDenied</Code> <Message>Access Denied</Message> </Error>
Assuming you don't want to track the links by redirecting from CloudFront, which would potentially create an open redirection vulnerability, the link should presumably point directly to the GitHub repo:
https://github.com/RichardD2/NBS.EntityFrameworkCore.SqlServer.TryParse/archive/master.zip