You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi all! First off, thank you for building and maintaining Elk. It's great!
A few of us noticed recently in #2457 that Elk's Accept header parsing for content negotiation is pretty brittle and limited. It looks like it only forwards requests to the underlying Mastodon instance if the Accept header is exactly application/ld+json; profile="https://www.w3.org/ns/activitystreams". If it's at all different, eg even just removing the space to get application/ld+json;profile="https://www.w3.org/ns/activitystreams", Elk serves HTML instead of forwarding.
(My service uses a more involved Accept: application/activity+json; q=0.9, application/ld+json; profile="https://www.w3.org/ns/activitystreams"; q=0.8, text/html; charset=utf-8; q=0.7, which Elk also doesn't handle.)
Thanks in advance for looking at this!
(Btw, on a related note, lower priority, any chance you could configure https://elk.zone/ to forward AS2 conneg requests too? Right now it doesn't, even with the exact Accept header above.)
The text was updated successfully, but these errors were encountered:
Hi all! First off, thank you for building and maintaining Elk. It's great!
A few of us noticed recently in #2457 that Elk's
Accept
header parsing for content negotiation is pretty brittle and limited. It looks like it only forwards requests to the underlying Mastodon instance if theAccept
header is exactlyapplication/ld+json; profile="https://www.w3.org/ns/activitystreams"
. If it's at all different, eg even just removing the space to getapplication/ld+json;profile="https://www.w3.org/ns/activitystreams"
, Elk serves HTML instead of forwarding.(My service uses a more involved
Accept: application/activity+json; q=0.9, application/ld+json; profile="https://www.w3.org/ns/activitystreams"; q=0.8, text/html; charset=utf-8; q=0.7
, which Elk also doesn't handle.)Thanks in advance for looking at this!
(Btw, on a related note, lower priority, any chance you could configure https://elk.zone/ to forward AS2 conneg requests too? Right now it doesn't, even with the exact
Accept
header above.)The text was updated successfully, but these errors were encountered: