Malicious Code Protector
What can I do here?
Use this window to select the web server's protection level against malicious code.
|
Getting Here - Object Explorer > New > Host > Servers > Select Web Server > Web Server > Protections > Select Malicious Code Protector > Advanced
|
Malicious Code Protector - Options
Low (default level)
- URLs are analyzed only if they contain at least one non-ASCII character.
- HTTP headers are analyzed only if they contain at least one non-ASCII character. Headers that contain only plain ASCII are not analyzed.
- POST bodies are analyzed only if an HTTP header value contains at least one non-ASCII character. This ensures that innocent file uploads are not scanned.
Medium
- URLs are fully analyzed.
- HTTP headers are analyzed only if they contain at least one not allowed/suspicious ASCII character.
- POST bodies are analyzed if there is at least one non-ASCII character in an HTTP header, or if the POST body itself contains at least one non-ASCII character.
High
- URLs are fully analyzed.
- HTTP headers are fully analyzed.
- POST bodies are analyzed either if there is at least one non-ASCII character in an HTTP header, or if the POST body itself contains at least one non-ASCII character.