Configuring Cookies for Web Verifier - Brainware Intelligent Capture - Foundation 23.1 - Foundation 23.1 - Brainware - external

Brainware Intelligent Capture Installation

Platform
Brainware
Product
Brainware Intelligent Capture
Release
Foundation 23.1
License

To ensure that the browser sends cookies over a secure https network only, complete the following steps.

Configure SSL on the server.

  1. From the [Installation path]\Brainware Intelligent Capture Web Server directory, open Web.config in a text editor.
  2. Search for the following line:
    <httpCookies httpOnlyCookies="true" />
  3. Add the requireSSL attribute.
    <httpCookies httpOnlyCookies="true" requireSSL="true" />
  4. To apply forms authentication, search for the following line:
    <forms loginUrl="Login.aspx" defaultUrl="BatchView.aspx" />
  5. Add the requireSSL attribute.
    <forms loginUrl="Login.aspx" defaultUrl="BatchView.aspx" requireSSL="true" />
  6. Save and close the file.
  7. Optional. To prevent other applications from accessing Web Verifier cookies, deploy Web Verifier in one of the following ways.
    • As the root level website.
    • As the only web application under a website in IIS.