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
download.swift.org/swift-evolution/v1/evolution.json returns an incorrect content type header.
It returns application/octet-stream, but should be application/json.
application/octet-stream
application/json
Steps to reproduce the behavior:
curl -I https://download.swift.org/swift-evolution/v1/evolution.json
Content-Type
ContentType: application/json
ContentType: application/octet-stream
N/A
Unclear, tested on Nov 9, 2024.
The text was updated successfully, but these errors were encountered:
shahmishal
No branches or pull requests
Describe the bug
download.swift.org/swift-evolution/v1/evolution.json returns an incorrect content type header.
It returns
application/octet-stream
, but should beapplication/json
.To Reproduce
Steps to reproduce the behavior:
curl -I https://download.swift.org/swift-evolution/v1/evolution.json
and check theContent-Type
header valueExpected behavior
ContentType: application/json
Actual behavior
ContentType: application/octet-stream
Screenshots
N/A
Environment details
N/A
Swift.org version/commit hash
Unclear, tested on Nov 9, 2024.
Additional context
N/A
The text was updated successfully, but these errors were encountered: