Specify the CORS response headers for BlueCat Gateway.
- Cross-Origin Resource Sharing: The HTTP header-based mechanism that allows a server to indicate any other origins than its own from which a browser should allow loading of resources. The origin of any web content is defined by the scheme (protocol), host (domain), and port of the URL used to access it. CORS also relies on a mechanism by which browsers make a preflight request to the server hosting the cross-origin resource, to check that the server will permit the actual request. The CORS mechanism supports secure cross-origin requests and data transfer between browsers and servers.
Follow the steps below to specify the Cross-Origin Resource Sharing response headers for BlueCat Gateway: