In this example wagtail is deployed to cms.example.com and is managing content for foo.example.com and bar.example.com as a headless CMS.
When accessing the Pages API on cms.example.com/api/pages/ only the pages for the current active site (cms.example.com) are returned.
To get the content for the "foo" and "bar" sites cms.example.com/api/ also needs to be available as foo.example.com/api/ and bar.example.com/api/ (e.g. using a proxy).
Is it possible to query the API for pages from other sites without having to go through some proxy?