We tried to set up Pomerium to provide access to some of our internal resources. Most of these resources are legacy systems that we cannot modify.
However, we encountered some issues. We are getting redirected out of Pomerium as soon as:
- There is any absolute path, either in the HTML or in a JavaScript fetch.
- There is any cross-origin request (such as an API call, iframe, etc.).
Are there any workarounds for these issues? It seems like this should be a fairly common problem, but I haven’t found much discussion on it so far.