Content Manager Service API
The error, Dangerous request was detected, is displayed when you try to save an email to Content Manager using the Service API
Update the web.config as follows:
-
Open the web.config in a text editor from the installation location, for example, C:\Program Files\Micro Focus\Content Manager\Service_API.
-
Locate the < system.web > tag.
-
Add the line: < httpRuntime requestValidationMode="2.0" / >
-
Comment the line: < httpRuntime targetFramework="4.5" maxRequestLength="2147483647" requestValidationType="TRIM.Services.Common.RequestValidator" />
The error is not displayed when you try to save an email.