Steve Bate
American living in Southern France.
Posts
I'm curious what other devs think about this. If an actor posts an C2S #ActivityPub Create/Note to the outbox, what would you think if the object created by the server was a different type (e.g., Article)?
@django@social.coop
> bob decides his Post should be stand alone... Too bad json-ld has trouble with this, from a c2s perspective
I'm curious what the JSON-LD/C2S issue is with the scenario.
TIL that Accept headers with a ":" cause surprising CORS behavior (the header is no longer "safelisted"). Beware of that when accepting the standard #ActivityPub (via AS2) `application/ld+json; profile="https://www.w3.org/ns/activitystreams"` content type. You've been warned. 😉(Note that you might see the http URL above automatically hyperlinked in your Fedi client.)