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
I would like to be able to post to an AP inbox with the content type application/ld+json; profile="http://www.w3.org/ns/activitystreams" and have this treated as equivalent to applicaton/activity+json. Currently the spec only mentions activity+json. SHOULD treat them as equivalent like it says in AS2 would be nice.
The text was updated successfully, but these errors were encountered:
Per call on 2016-08-09 we discussed switching the default content type in AP to application/ld+json; profile="http://www.w3.org/ns/activitystreams" and saying that implementations MAY/SHOULD treat that as equivalent to application/activity+json.
I would like to be able to post to an AP inbox with the content type
application/ld+json; profile="http://www.w3.org/ns/activitystreams"
and have this treated as equivalent toapplicaton/activity+json
. Currently the spec only mentionsactivity+json
. SHOULD treat them as equivalent like it says in AS2 would be nice.The text was updated successfully, but these errors were encountered: