Evan Prodromou

Results 451 comments of Evan Prodromou

I added a Primer page to cover this issue. https://www.w3.org/wiki/Activity_Streams/Primer/Language_mapping We still need to include the *Map properties in the Activity Vocabulary in the next version, for clarity and completeness,...

We have a good primer page on object IDs: https://www.w3.org/wiki/ActivityPub/Primer/Object_identifiers This guidance should be included in the spec itself.

I don't think that JSON-LD actually has a mechanism for resolving parts of a JSON-LD document using fragment identifiers. We give some tips here: https://www.w3.org/wiki/ActivityPub/Primer/Object_identifiers#Fragments but it's not well-defined. The...

I guess we have two options here. Since `application/activity+json` is a synonym for ld+json, we can defer to the jsonld spec implicitly. however, it seems like a fair expectation to...

Specifically, we should add a section on [Fragment Identifier Requirements](https://www.rfc-editor.org/rfc/rfc6838.html#section-4.11). i think we have a choice between following jsonld requirements, eg no meaning except identity, or adding a way to...

This is a normative change, and so would have to wait for a next version. I think it would be possible to consider this a backwards-compatible change, although some current...

We think this is an interesting topic, and probably would benefit from more attention from the AP and AS2 community. The likely solutions will probably be a mix of existing...

one issue is http signatures; youd need to resign when refetching. second is same-origin security practice; do you treat the origin as the ids origin or the redirected urls origin?