Example of an HTTP request to get licensing information

The following example shows an HTTP request to get licensing information:

GET /licenseinfo HTTP/1.0

Host: example.com

X-KAV-ProtocolVersion: 1

The following example shows the corresponding response that contains licensing information when offline licensing mode is used:

HTTP/1.0 200 OK

Date: Mon, 10 February 2014 12:25:21 GMT

Server: KAVHTTPD

Content-Length: 65

Connection: close

Content-Type: text/plain

X-KAV-ProtocolVersion: 1

 

key file name: EXAMPLE.key

license expiration date: 05.12.2020

The following example shows the corresponding response that contains licensing information when the online licensing mode is used. In this example, the license ticket has expired:

HTTP/1.0 200 OK

Date: Mon, 10 February 2014 12:25:21 GMT

Server: KAVHTTPD

Content-Length: 185

Connection: close

Content-Type: text/plain

X-KAV-ProtocolVersion: 1

 

activation code: EXMPL-*****-*****-12345

license expiration date: 05.12.2020

The license ticket has expired. Computer must be connected to the Internet to update the license ticket.

Page top