Replies: 1 comment 3 replies
-
the web frontend has to forward requests based on conneg, and elk seems to only respond to |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! I build and run another ActivityPub service, https://fed.brid.gy/ , and I'm trying to get it to interoperate with Elk, but I haven't figured out how to get Elk to serve AS2 data. When I fetch a profile or post URL with AS2 content negotiation, eg
Accept: application/activity+json
orAccept: application/ld+json
, I always getContent-Type: text/html
returned. I've tried both signed (with HTTP Signatures) and unsigned fetches; no luck. I also don't see anyrel=alternate
links to AS2 URLs in the HTML or headers.However, when I enter Elk profile/post URLs into Mastodon search, it finds them ok. Am I missing something obvious? Example curl command lines below. cc snarfed/bridgy-fed#709. Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions