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
Unable to access the crates.io website through cURL or pragmatically without extra HTTP headers. Returns a 404 error, for example:
# curl https://crates.io/crates/rand {"errors":[{"detail":"Not Found"}]}
I expect the request to respond with status 200 and the page contents
Run the following command on the command line:
curl https://crates.io/crates/rand
Please see Kovah/LinkAce#465 for more details.
The text was updated successfully, but these errors were encountered:
Duplicate of #788. Please search existing issues to see if your problem has been reported before. Thanks!
Sorry, something went wrong.
No branches or pull requests
Current Behavior
Unable to access the crates.io website through cURL or pragmatically without extra HTTP headers. Returns a 404 error, for example:
Expected Behavior
I expect the request to respond with status 200 and the page contents
Steps To Reproduce
Run the following command on the command line:
Environment
Anything else?
Please see Kovah/LinkAce#465 for more details.
The text was updated successfully, but these errors were encountered: