We have HTML documents we would like to store in a non-public place but make available to authenticated users using <fetch>. Is there a way to configure a server to do this? We could use <spew> or <read> but they obviously don't pick up image or style from the document tree.
If the image and style assests don't need to be protected you can just ask for and check credentials in vortex before spewing the file. As far as the browser is concerned it's like any other html file and will load the assests normally, as long as they're specified with full paths instead of relative.