-
Notifications
You must be signed in to change notification settings - Fork 305
Closed
Description
POSTing message to solid inbox (inrupt.net, Solid 5.6.4) with content type application/ld+json; profile="https://www.w3.org/ns/activitystreams" (official ActivityPub content-type from spec https://www.w3.org/TR/activitypub/#client-to-server-interactions) produces application/octet-stream content-type.
To be more specific:
- POST to /inbox/ with Content-Type
application/ld+json-> created -> GET this message, you'll getapplication/ld+jsonContent-Type - POST to /inbox/ with Content-Type
application/ld+json; profile="https://www.w3.org/ns/activitystreams"-> created -> GET this message, you'll getapplication/octet-streamContent-Type, which is... bad :D
Might be related to other content-type issues (https://github.com/solid/node-solid-server/issues?q=is%3Aissue+is%3Aopen+application%2Foctet-stream), but I didn't find any quite this specific.
(originally reported at CommunitySolidServer/CommunitySolidServer#458 (comment))
Metadata
Metadata
Assignees
Labels
No labels