Validate SOAP content type
Use the glide.soap.require_content_type_xml property to enable validation of a content type as text/xml and protect against invalid SOAP requests.
If the glide.soap.require_content_type_xml system property is not set to the recommended value of true, then there is no validation for the SOAP request.
Ensure that the property glide.soap.require_content_type_xml is set to true.
Warning:
This is a safe harbor property, meaning the value can't be altered once it's changed. It is non-revertible.
More information
| Attribute | Description |
|---|---|
| Configuration name | glide.soap.require_content_type_xml |
| Configuration type | System Properties (/sys_properties_list.do) |
| Data type | Boolean |
| Recommended value | true |
| Default value | <none> |
| Fallback value | false |
| Category | API and web service |
| Security risk |
|
| Functional impact | This remediation enables validation of SOAP content type for all the inbound SOAP requests.
|
| Dependencies and prerequisites | None |