38
Views
3
Comments
To Hide iframe source URL
Application Type
Traditional Web, Mobile, Reactive, Service

 Hi,

 i have created a screen which shows another application of mine using iFrame   it is working fine but i need to hide the iframe src URL is it possible to hide the URL without disturbing the content..

2022-05-02 13-50-49
Paulo Ritto

Hi @Bala Murugan , AFAIK, it is not possible to hide the source URL. You can trick and load it through JS and it will not be directly shown in the HTML near the iframe element but it can still be visible if you search with the inspect and check the JS code applied

2025-03-10 11-09-37
Bala Murugan

Hi, can you please explain how to execute it?

2022-05-02 13-50-49
Paulo Ritto

Hi,

Unfortunately I have no time to try it myself, but there's lot's of people with same question throughout the internet, try to check for example some answers like this for yourself:
https://www.quora.com/How-do-you-hide-an-iframe-URL-in-an-HTML-source-code

Hope it works! But remember even if it does, it will always be visible for someone who searches deeper. At the end of the day the browser needs to know what's the source of your iframe to display its info...


Cheers,

Paulo

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.