On Mon, Mar 27, 2023 at 7:38 PM Chris Nigh <[email protected]> wrote: > > Hi Nick, > > > > I narrowed down my issue but can’t understand why it’s happening. > > > > With the reverse proxy, I was adding several security headers on the > requests. When I removed the ‘X-Frame-Options: DENY’ header, I no longer had > issues with launching the connection links in a new tab. Changing it to > ‘X-Frame-Options: SAMEORIGIN’ also allows the client to load correctly. It > appeared that the blank.html was getting blocked from being loaded (not sure > how I missed this the other times I was troubleshooting). > > > > Any idea why the client doesn’t use frames one just clicking the connection > link on the home controller but would require frames when launching it in a > new tab? >
Off the top of my head, no, I've no idea why this would be required. My -guess- is that something about opening a link in a new tab triggers the same X-Frame-Options handlers within the browser as generating a new frame within the page, but I don't know why. -Nick --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
