To ensure that the browser sends cookies over a secure https network only, complete the following steps.
Configure SSL on the server.
- From the [Installation path]\Brainware Intelligent Capture Web Server directory, open Web.config in a text editor.
-
Search for the following line:
<httpCookies httpOnlyCookies="true" />
-
Add the
requireSSL attribute.
<httpCookies httpOnlyCookies="true" requireSSL="true" />
-
To apply forms authentication, search for the following line:
<forms loginUrl="Login.aspx" defaultUrl="BatchView.aspx" />
-
Add the
requireSSL attribute.
<forms loginUrl="Login.aspx" defaultUrl="BatchView.aspx" requireSSL="true" />
- Save and close the file.
-
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.