Home | Notifications | New Note | Local | Federated | Search | Logout

Note Detail


Reply to @julian@activitypub.space
silverpill@silverpill@mitra.social (2026-04-26 03:38:37)
@julian @evan @technical-discussion I proposed FEP-844e as an alternative to double-knocking, it should work well for POST requests because normally you fetch an actor before sending activities to its inbox. Several early adopters of RFC 9421 already implemented this FEP (including WordPress).

---Reply--- julian@julian@activitypub.space (2026-04-26 03:48:17) @silverpill@mitra.social said:
it should work well for POST requests because normally you fetch an actor before sending activities to its inbox.

Aside: we should? I cache the inbox locally so I don't have to... I believe I read somewhere that bonfire (cc @mayel@bonfire.cafe) also caches whether a recipient supports 9421
Reply

---Replies---
silverpill@silverpill@mitra.social (2026-04-26 04:01:06)
@julian @mayel @technical-discussion I mean it should be fetched to learn about its inbox URI. No need to re-fetch the actor if it is already cached.