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:
application/ld+json -> created -> GET this message, you'll get application/ld+json Content-Typeapplication/ld+json; profile="https://www.w3.org/ns/activitystreams" -> created -> GET this message, you'll get application/octet-stream Content-Type, which is... bad :DMight 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 https://github.com/solid/community-server/issues/458#issuecomment-786203561)
IIRC, it has to do with the profile parameter. There is more to it:
How do I find out if the fix has been released, please? :)
@WhyINeedToFillUsername
https://github.com/solid/node-solid-server/releases/tag/v5.6.6
solidcommunity.net is running v5.6.6
You may check for inrupt.net
You could check X-Powered-By header
Most helpful comment
@WhyINeedToFillUsername
https://github.com/solid/node-solid-server/releases/tag/v5.6.6
solidcommunity.net is running v5.6.6
You may check for inrupt.net
You could check X-Powered-By header