Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Updated wildcard specs
Excerpt

When you create an API key, by default, a wildcard asterisk (*) is set for all the new API keyskey. 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

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

  3. Image Modified

    You can add multiple domains to this. For example

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

...

This whitelisting is specific to only the domain itself, not a full path. Wildcards (*) can be used for protocols and ports.

Examples: