Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

When you create an API key, by default, a wildcard asterisk (*) is set for all new API keys. This allows your key to be used on any domain. Using the (*) is recommended for development only and should be removed and replaced with specific whitelisted domains for use in public, production environments.

Your AerialSphere API can be restricted to be only used for the specific domains that you want. These are the whitelisted domains or URLs. You can add whitelisted domains to your API key from the API keys page using the following steps:

  1. Click on the settings icon next to your key

  2. Edit the wildcard asterisk (*) to add your own domain to this and click Save Changes

  3. You can add multiple domains to this. For example

*web.domain.org/*
*.domain.org/*
https://domain.org/* 

The asterisks (*) are just the wildcards in this case. For example, you can unblock an entire domain and its links, e.g (www.domain.com/*). If we just whitelist www.domain.com it will whitelist the home page, but all its links are still blocked.

  • No labels