Introduced in version 2006R2, Silk Performer provides an API function for Web application testing that suppresses the logging of out-header and out-data information in the TrueLog. The function WebSetOption with the parameter WEB_OPT_DISABLE_OUTDATA_TRUELOG suppresses this potentially sensitive data from the TrueLog. Code example: WebSetOption(WEB_OPT_DISABLE_OUTDATA_TRUELOG, 1); Old KB# 17124
↧