Hi,
We are using cookie-based auth for our app, and we would like to still be able to access the hash based previews of new worker deployments. To do this, we need to serve the *.{project}.workers.dev from our domain. I did not find any good way to do this. Using a worker to proxy the requests using fetch does not seem to work as we cannot modify the Host header.
Is there any way to achieve this?
Thank you!