I was sure that I had done just that, so just tested:
Lemmy
Everything about Lemmy; bugs, gripes, praises, and advocacy.
For discussion about the lemmy.ml instance, go to !meta@lemmy.ml.
I cannot get that to work. I tried this link: https://piefed.europe.pub/post/35873 . And no. Nothing.
You're using the wrong URL for searching
it's https://lemmy.dbzer0.com/post/53225502
Lemmy will fulfill the search requests on behalf of other servers so that normally works, but it seems PieFed does not do that so it's a bit more strict
Lemmy will fulfill the search requests on behalf of other servers
Yep so does PieFed but Lemmy doesn't accept it for some reason.
curl -H 'Accept: application/activity+json' https://piefed.europe.pub/post/35873 | jq
This directly sends the object json for https://lemmy.dbzer0.com/post/53225502
which fails domain validation. Instead https://piefed.europe.pub/post/35873 needs to send a redirect to https://lemmy.dbzer0.com/post/53225502
I'll try returning a 301. Thanks!
Thank you!
Keep in mind, Lemmy requires you to be logged in for it to pull from remote servers