@pfefferle Very interested in this interview!

I have a consistent problem w/ WP blogs using the AP plugin where they return a JSON representation when requested in the browser. Is there anything i can do about this?

@ted this is a caching issue. should be fixed now.
@pfefferle Thanks! Out of curiosity is there a root cause to it? I've had this issue several times w/ Laurens Hof's connected places site as well.
@ted wordpress caching does not support content negotiation by default. it caches what was requested and returned. if mastodon requests the page content in JSON after it was federated, the cache would take this response and cache it. so either you disable caching or you disable content negotiation for user facing sites.
@pfefferle ahhh i get you. that's a bummer. Thanks for the info!

@ted you're welcome :)

It is not always easy to deal with the WordPress beast ;)