Configuring the Clinician Window BFF for NilRead Print Requests - Hyland Clinician Window - 23.1 - 23.1 - Other - external

Hyland Clinician Window

Platform
Other
Product
Hyland Clinician Window
Release
23.1
License

To print NilRead content in a SMART on FHIR environment, the Clinician Window BFF server must be configured to handle longer query strings.

To configure the Clinician Window BFF server to handle longer query strings:

  1. Open the web.config file of the Clinician Window BFF in a plain-text editor. In a default installation, this file is located at: C:\Program Files\Hyland\CW_BFF
  2. Within the system.webServer element, update the following to include the element <requestLimits maxUrl="32768" maxQueryString="32768" />:
    <security>
      <requestFiltering removeServerHeader="true">
        <requestLimits maxUrl="32768" maxQueryString="32768" />
      </requestFiltering>
    </security>
  3. Save the web.config file.