Hi:
I have a Project where the requirement is to ensure that an HTML View be embedded within a web page of a website ... but should only be rendered if embedded in a webpage of a specified website. In other words, if the iframe snippet was copied (pirated) by another website, the content should not be rendered.
There does not appear to be any control mechanism built into ZOHO Creator to do this.
But it could be accomplished if Deluge Script had access to a System Variable (e.g. zoho.parentURL) which would provide the url of the (parent) webpage which was requesting the embedded HTML View. Then, the Developer could decide how to respond to "unauthorized embedders".
This use of such a variable would not be limited to HTML Views nor embedded components.
Gaev