[dxwg] Define conneg interaction with media types that have a profile param

azaroth42 has just created a new issue for https://github.com/w3c/dxwg:

== Define conneg interaction with media types that have a profile param ==
Some media types already have a profile parameter, such as [JSON-LD](https://www.iana.org/assignments/media-types/application/ld+json). The profile negotiation deliverable should define how conflicts between it's syntax and profiles specified in the media type are handled.

For example, a server would need to deterministically handle:
```
GET /foo/bar HTTP/1.1

Accept: application/ld+json;profile="http://example.org/profile/jsonld"
Accept-Schema: http://baz.com/some/other/profile
```


Please view or discuss this issue at https://github.com/w3c/dxwg/issues/261 using your GitHub account

Received on Friday, 22 June 2018 15:31:14 UTC