Overview

The OneSpan Risk Analytics Client Device Data Collector (CDDC) includes the CDDC JavaScript. This script facilitates the integration of the solution in a web application. The JavaScript contains values that must be set during the integration. If necessary, these can be easily updated after the integration.

Integration modes of Risk Analytics Data Collector web service

The CDDC JavaScript can be used to collect fingerprint and browser data, and to direct certain data to Data Collector web service. When using XML HTTP Post for integrating Data Collector web service, the CDDC JavaScript is only used to collect the browser fingerprint and the fingerprint hash. The server application, in response to the XML HTTP Post, formats and sends XML data to Data Collector web service.

Integrating Data Collector web service using XML HTTP Post

The CDDC JavaScript provides interfaces that retrieve browser fingerprints (fingerprint raw) and hash values (fingerprint hash), i.e. information on the system and the browser. This information can be included in the web page and sent to the web server.

When integrating Data Collector web service with XML HTTP Post, the web server includes the fingerprint raw and fingerprint hash in the XML that is posted to Data Collector web service.

Integrating Risk Analytics Data Collector web service using XML HTTP Post