
Announcements
Hi guys,
maybe somebody already solved that one.
I have a page which loads a map and needs an API key to get the informtion to show the map.
For sure the Key should not be visible inside the page itself, so I need to hide or secure it somehow.
Unfortunately the side is client run, so it must be embedded inside the JS of that specific page.
Is there an easy way to hide it or other options using the existing possibilities?
No real way to hide it if it is in JavaScript.
Most of the Mapping will have additional settings where you can set the allowed calling pages to try to limit its use to only your your site urls etc Depending on the maps/api's you are using some will also allow calls from .NET etc (for these you could use the Portals support of OAuth Implicit Grant Flow)