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
When selecting a yaml body, the Content-Type header should be populated with application/yaml, according to RFC 9512.
Content-Type
application/yaml
Content-Type is text/yaml, which is a deprecated alias.
text/yaml
Body
YAML
No response
10.1.1
macOS
macOS Sequoia 15.0.1
download from insomnia.rest
The text was updated successfully, but these errors were encountered:
fix (Kong#8130)
4c86a27
fix deprecated YAML mime-type alias, left in constants for reference
Successfully merging a pull request may close this issue.
Expected Behavior
When selecting a yaml body, the
Content-Type
header should be populated withapplication/yaml
, according to RFC 9512.Actual Behavior
Content-Type
istext/yaml
, which is a deprecated alias.Reproduction Steps
Body
YAML
typeIs there an existing issue for this?
Additional Information
No response
Insomnia Version
10.1.1
What operating system are you using?
macOS
Operating System Version
macOS Sequoia 15.0.1
Installation method
download from insomnia.rest
Last Known Working Insomnia version
No response
The text was updated successfully, but these errors were encountered: