I'm working with ArcGIS , creating a map viewer. You can apparently include that viewer in your page. web, which is what I want (a web application). The problem with which I am finding is that the method to insert it in my html document is by a <iframe>
. The src contains a url address that, who knows how to use the browser inspector, you can easily obtain and so you would not need to use my application. I would have that url and could access directly by copying and pasting it in the search engine. (Attachment code):
<iframe id="visor" src="http://estoEsLaURLdelVisor"></iframe>
I would like you to not be able to get that url, I do not know if there is any way to privatize the content of the iframe , or, if someone knows about ArcGIS , what could you give me? some solution so that this viewer that I generate, is not "so open to the public" .
Thank you very much.
(I add the PHP tag, because I'm working with a user control with that language)