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..
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
Hi, can you please explain how to execute it?
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