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
Users should be able to fetch the JSON representation of releases via Cross-Origin Resource Sharing. This issue tracks that effort.
The text was updated successfully, but these errors were encountered:
Change https://golang.org/cl/243118 mentions this issue: internal/dl: add CORS support to JSON endpoint
internal/dl: add CORS support to JSON endpoint
Sorry, something went wrong.
golang/website@51b22ef
4d05872
This change allows users to request golang.org/dl/?mode=json via Cross-Origin Resource Sharing (CORS). It also removes the golangorg build tag as it did not seem necessary and adds tests for the “include” GET parameter. Updates golang/go#29206 Fixes golang/go#40253 Change-Id: I5306a264c4ac2a6e6f49cfb53db01eef6b7f4473 Reviewed-on: https://go-review.googlesource.com/c/website/+/243118 Run-TryBot: Andrew Bonventre <[email protected]> TryBot-Result: Gobot Gobot <[email protected]> Reviewed-by: Alexander Rakoczy <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]>
No branches or pull requests
Users should be able to fetch the JSON representation of releases via Cross-Origin Resource Sharing. This issue tracks that effort.
The text was updated successfully, but these errors were encountered: