Settings in IIS for HTML playback to work with both IP address and different domain names (CORS)

Settings in IIS for HTML playback to work with both IP address and different domain names (CORS)

If the Proxy playback is not working when we access eMAM director using Domain name or IP, please try the below steps:
 
1) Open IIS Manager.
 
2) Click on eMAM Folder virtual directory.
 
2) In Features View, double-click HTTP Response Headers.
 
3) On the HTTP Response Headers page, in the Actions pane, click Add.
 
4)  Use the below info and click OK
 
    Name:  Access-Control-Allow-Origin
    Value:   *
 
Now, please login to eMAM Director and try the play back
    • Related Articles

    • eMAM post-implementation configurations

      1. Adding relevant MIME types We need to add the relevant MIME types in the IIS for the support of certain file types. This is added at the Default Web Site level. For this, 1. Open IIS. 2. Expand the server. 3. Expand Sites. 4. Expand Default Web ...
    • How to enable cross-domain access for IBM cloud storage?

      Similar to IIS, eMAM allows cross domain access to view thumbnails and preview for assets with proxy in cloud. For IBM cloud storage, we can get that done by using our sample APP. (See below): You can get the sample app downloaded from : ...
    • How to configure Cross-Origin Resource Sharing (CORS) configuration in Azure Blob?

      Cross-Origin Resource Sharing (CORS) is a mechanism that uses additional HTTP headers to tell a browser to let a web application running at one origin (domain) have permission to access selected resources from a server at a different origin. A web ...
    • How to configure eTube connector?

      To configure eTube connector, follow the steps below: Step 1: Copy "eTube" folder in “C:\Program Files\Empress Media” Step 2: Make sure that CGI service is enabled in IIS. Please refer the below link : ...
    • How to enable cross domain configuration for Amazon S3?

      Follow the steps below to do a cross domain configuration for Amazon S3: Step 1: Login to the AWS management console using AWS account credentials. https://aws.amazon.com/console/ Step 2: Navigate or search for 'S3' under Storage. Step 3: Click on ...