I am trying to put a pega desktop web application in an iframe. This application was previously launched as an independent browser window and has several links to the top object in JavaScript and uses a set of frames.
Unfortunately, I do not have the right to change the application code, so I use apache as a reverse proxy and mod_substitute to replace links from above that work.
However, when I replace top with window / parent / self, the application seems to be broken with JavaScript errors.
Feeling that someone had come across this situation before, I could not find a convincing / working answer for this anywhere.
source
share