HTTP Notifications

HTTP Notification is one of KillDisk Industrial's finalization tasks, alongside Processing Reports and Erase Certificates, that provides an alternative method for collecting and registering processing results. In essence, it calls a configured URL on a remotely deployed HTTP server with an attribute string consisting of name-value pairs, where values are declared as Name Tags.

For example:

http:\\youhostname.com?Date={DateStarted}&Time={TimeStarted}&HDD={ProductID}&Size={Size}&Serial={SerialNumber}&TimeTaken={TimeElapsed}&Result={Status}

After the process completes, the Name Tags will be replaced with actual values before the HTTP call is made.