Usually we use Facelet's templating mechanism to include the same header on each page. But in the current project, the content of said header is provided from another server. Is there a way to include such content from another URL within the XHTML page?
(I saw a post with a similar topic but neither ui:insert (page content is not within the WAR) nor ui:include (reference only within WAR possible) seems to fit.)