Allowed URLs
Each Key can be restricted against a number of URLs. Individual Licensee Keys can also have allowed URLs assigned to them.
Allowed URLs works by matching the Referer
and Origin
headers of an incoming HTTP request against your list of URLs. If no match has been found then a 4011
reply is returned.
If a matching URL is found, the request is allowed to proceed as normal. The Access-Control-Allow-Origin
Response header is set as the requester's Origin
header.