Re: Should the specs be forked and maintained elsewhere?

>
> bengo@bengo ~ ⚡  for mediaType in 'application/rdf' 'application/rdf+xml'
> 'application/ld' 'application/ld+json' 'application/json' 'text/html'
> 'application/activity+json' 'application/ld+json; profile="
> https://www.w3.org/ns/activitystreams"'; do echo "trying $mediaType" &&
>  curl --silent -H "Accept: $mediaType"
> https://www.w3.org/ns/activitystreams -I | head -n1; done;
> trying application/rdf
> HTTP/2 406
> trying application/rdf+xml
> HTTP/2 406
> trying application/ld
> HTTP/2 406
> trying application/ld+json
> HTTP/2 200
> trying application/json
> HTTP/2 200
> trying text/html
> HTTP/2 200
> trying application/activity+json
> HTTP/2 406
> trying application/ld+json; profile="https://www.w3.org/ns/activitystreams
> "
> HTTP/2 200


On Fri, Mar 24, 2023 at 12:23 PM Aaron Gray <aaronngray@gmail.com> wrote:

> On Fri, 24 Mar 2023 at 19:17, Benjamin Goering <ben@bengo.co> wrote:
>
>> > Pretty much all the conneg ive seen is broken (e.g. on mastodon too).
>> > But nobody actually cares.
>>
>> I care, Melvin. I care. :)
>>
>
> Yes, I second that !
> Regards,
>
> Aaron
>
>

Received on Friday, 24 March 2023 19:50:35 UTC