Sunday 29 December 2019

Can you hide a IFrame behind express

I have to deal with a somewhat difficult Situation. I have a docker container which exposes a webapp. The container is some kind of black box which I cannot manipulate. I would like the Webapp to only be reachable within an IFrame.I want to restrict access to the Webapp because I cannot secure it directly. I can only secure its parent (the owner of the iframe).I don't really know how I could achive this behaviour. I wonder if I could put express in front of the iframe. If the request is authorized I could forward it to the IFrame. Is something like that possible?Or do you have any other suggestions?

Submitted December 29, 2019 at 07:58PM by ll8X

No comments:

Post a Comment