You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your improvement proposal related to a problem? Please describe.
Currently, only some responses from the public API have a Content-Type header set. This can lead to issues when the requester expects a specific content type and it is not provided.
Describe the solution you'd like
Add Content-Type headers to all responses from the public API, ensuring that they are set to the appropriate type based on the content being returned (e.g., application/json for JSON responses).
Uh oh!
There was an error while loading. Please reload this page.
Is your improvement proposal related to a problem? Please describe.
Currently, only some responses from the public API have a
Content-Type
header set. This can lead to issues when the requester expects a specific content type and it is not provided.Describe the solution you'd like
Add
Content-Type
headers to all responses from the public API, ensuring that they are set to the appropriate type based on the content being returned (e.g.,application/json
for JSON responses).Describe alternatives you've considered
No response
Additional context
The text was updated successfully, but these errors were encountered: