glide.soap.require_content_type_xml
ServiceNow property description:
If true, requires non-empty Content-Type header for SOAP requests to be 'text/xml'.
Attributes
- Sys ID: e65ea6209f21210041a496fcc67fcfee
- Type: true | false
- Application: Global
- Default value: true

AI generated property description:
The ServiceNow property `glide.soap.require_content_type_xml` enforces that SOAP requests must include a non-empty Content-Type header set to 'text/xml'. When this property is set to true, any SOAP request that does not meet this requirement will be rejected. This ensures that only properly formatted SOAP messages are processed, enhancing security by preventing malformed or potentially malicious requests. The property is part of the platform's security settings and helps maintain the integrity of SOAP-based integrations. For more details, refer to the ServiceNow documentation on SOAP content type checking.
Source