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
Media type parameters are problematic due to requiring the media type to agree to and register the parameter. Media types such as application/json are reluctant to do so (e.g. refusing the consider the "profile" media type parameter despite an effort to get it into RFC 8259).
The HTTP Prefer header is a much more lightweight and flexible system for negotiating aspects of responses. We should investigate whether and how to add Prefer-based negotiation to the core spec.
The text was updated successfully, but these errors were encountered:
Media type parameters are problematic due to requiring the media type to agree to and register the parameter. Media types such as
application/json
are reluctant to do so (e.g. refusing the consider the "profile" media type parameter despite an effort to get it into RFC 8259).The HTTP Prefer header is a much more lightweight and flexible system for negotiating aspects of responses. We should investigate whether and how to add
Prefer
-based negotiation to the core spec.The text was updated successfully, but these errors were encountered: