Deactivating the IIS CORS Module - Installation and Update - Foundation 23.2 - Foundation 23.2 - Ready - Hyland RPA - external

Hyland RPA Installation

Platform
Hyland RPA
Product
Installation and Update
Release
Foundation 23.2
License

From Hyland RPA 23.1, the IIS CORS module is enabled by default for RPA Platform.

For more information on the IIS CORS module, refer to Cross-Origin Resource Sharing (CORS) on the developer.mozilla.org website.

After installing RPA Platform, you can optionally deactivate the IIS CORS module. Complete the following steps:

  1. In Internet Information Service (IIS) Manager, stop the IIS server.
  2. Select the Default Web Site.
  3. In the right pane, below Actions, click Explore.
  4. Select the Web.config file to open it.
  5. Search for the line beginning with <cors enabled=.
  6. Set the enabled attribute to false.
    <cors enabled="false" failUnlistedOrigins="true">
  7. (Optional) If required, add more add origin elements.
    <add origin="https://<domain_name>" />
  8. Save and close the file.
  9. Restart the IIS server.