Adding Custom Header Information - Enterprise Integration Server - Foundation 23.1 - Foundation 23.1 - Ready - OnBase - Premier - Standard - external - Standard - Premier

Enterprise Integration Server

Platform
OnBase
Product
Enterprise Integration Server
Release
Foundation 23.1
License
Standard
Premier

When a database contains multiple external AutoFill Keyword Sets or External Keyword Data Sets, the configuration files are merged into one file. In some cases, you may want to modify this configuration file to include elements that configure ASP.NET Web applications or have the ability to provide a simple programming interface for many of the protocols used on networks. To do so, follow these steps:

  1. Navigate to C:\inetpub\wwwroot\AppServer\ExternalEISProviders and open the DefaultEISBindings file using a text editor such as Notepad.
  2. Add any desired custom header information to the file.
    For example:
    <system.net>
        <settings>
            <httpWebRequest useUnsafeHeaderParsing = "true" />
    </system.net>
  3. Save and close the DefaultEISBindings file.
  4. Perform an iisreset.