Page MenuHomePhabricator

Route requests to parsoid endpoints to MediaWiki directly instead of RESTbase
Closed, ResolvedPublic

Description

Requests to Parsoid endpoints like /api/rest_v1/page/html should be handeld directly be the endpoints implemented by the Parsoid extension. Once T365630: Remove long term caching and active purging for Parsoid endpoints in RESTBase is done, we no longer need RESTbase in the mix.

Event Timeline

@Clement_Goubert while going through the backlog of RESTBase Sunsetting I came across this task, could you see if it's worth reprioritizing it now?

Clement_Goubert claimed this task.

That's been resolved for a long time afaict, we hit parsoid through the rest gateway now.