Format of a scan POST request

Scan POST requests have the following format:

* Request headers *

 

* Request body *

{

"timeout": %TIMEOUT%,

"omitCleanSubobjectResults": %TO_OMIT_CLEAN_SUBOBJECT_RESULTS%,

"url": "%URL%",

"hostIp": "%HOST_IP%",

"requestHeaders": "%REQUEST_HEADERS%",

"responseHeaders": "%RESPONSE_HEADERS%",

"object": "%OBJECT%"

}

where:

If the request body contains any special characters, they must be escaped in accordance with Standard ECMA-404 (The JSON Interchange Syntax).

Page top