Hello developer,
I would like to create an iframe of Espo CRM on another domain for security reasons. I don't want to disclose the original host link, so I attempted to create a fully functional iframe on the other domain. The iframe loads perfectly, but when I check the network tab, the browser shows the referrer link as the original hosted link.
My question is, is there any option to load the iframe in PHP or HTML on another domain while hiding the original host link or referrer link? Essentially, I want to load the iframe on the server side and display the loaded information in the browser while concealing the original server details.
Thank you for your assistance.
I would like to create an iframe of Espo CRM on another domain for security reasons. I don't want to disclose the original host link, so I attempted to create a fully functional iframe on the other domain. The iframe loads perfectly, but when I check the network tab, the browser shows the referrer link as the original hosted link.
My question is, is there any option to load the iframe in PHP or HTML on another domain while hiding the original host link or referrer link? Essentially, I want to load the iframe on the server side and display the loaded information in the browser while concealing the original server details.
Thank you for your assistance.
Comment