Example of an HTTP request to check a URL

The following example shows an HTTP request to check a URL:

POST /checkurl HTTP/1.0

Content-Length: 27

X-KAV-ProtocolVersion: 1

X-KAV-Timeout: 15

 

* Phishing URL to check *

The following example shows the corresponding response:

HTTP/1.0 200 OK

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

Server: KAVHTTPD

Content-Length: 110

Connection: close

Content-Type: text/plain

X-KAV-ProtocolVersion: 1

 

DETECTED PHISHING_URL

Page top