The February 2025 release of Application Integration includes the following new feature and enhancement:
Support for the new X-AE-HTTP-RESPONSE-DATA-MIME-TYPE HTTP header to handle content type mismatches
You can use the new X-AE-HTTP-RESPONSE-DATA-MIME-TYPE HTTP header in the binding properties of a service connector to specify the content type of the response body. The client can use the new header to handle mismatches between the response header content type and the actual content format.
If the response header is set to a particular content type but the response data contains a different format, you can use the X-AE-HTTP-RESPONSE-DATA-MIME-TYPE header to indicate the format of the response data and successfully process data.
If you don't provide a content type along with the X-AE-HTTP-RESPONSE-DATA-MIME-TYPE header, the default content type is text/plain.