Skip to content
New issue

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 #847

Open
czechboy0 opened this issue Nov 9, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@czechboy0
Copy link
Member

Describe the bug

download.swift.org/swift-evolution/v1/evolution.json returns an incorrect content type header.

It returns application/octet-stream, but should be application/json.

To Reproduce

Steps to reproduce the behavior:

  1. Run curl -I https://download.swift.org/swift-evolution/v1/evolution.json and check the Content-Type header value

Expected 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

@czechboy0 czechboy0 added the bug Something isn't working label Nov 9, 2024
@shahmishal shahmishal self-assigned this Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants