Managing domains
Add the domains from which your API clients can call the Verify APIs.
The specified domains are defined as acceptable values for the
Access-Control-Allow-Origin HTTP header that is included in the Verify
response to a cross-origin request.
Before you begin
- You must have administrative permission to complete this task.
- Log in to the IBM® Verify administration console as an Administrator.
About this task
Websites are commonly restricted to accessing resources from the same origin or domain because of a same-origin policy. It is a security mitigation for risks that are associated with cross-domain scripting. Verify supports Cross-Origin Resource Sharing (CORS), a security mechanism that uses HTTP headers to allow a web page from one domain to access a resource from another domain.
When Verify receives a cross-origin request, it validates the domain value in the
Origin HTTP header to determine whether to allow access to its API endpoints. If
the specified domain is in the list of allowed domains, Verify sets
the Access-Control-Allow-Origin HTTP header to match the value in the request
header Origin.