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
https://www.rfc-editor.org/rfc/rfc7303 standardizes the media type application/xml for use in exchanging network entities that are related to the Extensible Markup Language (XML) while defining text/xml (...) as aliases for the respective application types.
Also tooling such as DAST scanners mostly support application/xml in the OpenAPI specification.
I propose to change the specification to specify application/xml instead of text/xml.
Producers SHOULD keep sending text/xml until all consumers accept the application/xml type.
Consumers MUST start accepting application/xml and SHOULD accept text/xml for backwards compatibility.
The text was updated successfully, but these errors were encountered:
https://www.rfc-editor.org/rfc/rfc7303 standardizes the media type
application/xml
for use in exchanging network entities that are related to the Extensible Markup Language (XML) while definingtext/xml
(...) as aliases for the respective application types.Also tooling such as DAST scanners mostly support
application/xml
in the OpenAPI specification.I propose to change the specification to specify
application/xml
instead oftext/xml
.Producers SHOULD keep sending
text/xml
until all consumers accept theapplication/xm
l type.Consumers MUST start accepting
application/xml
and SHOULD accepttext/xml
for backwards compatibility.The text was updated successfully, but these errors were encountered: