- RSA Governance & Lifecycle 8.0.0
When clicking the "Test REST API" button of the Generic REST Collector and error message similar to following is displayed.
Unexpected response content type received. Expected content type is: application/json but received: [text/html;charset=UTF-8] Check logs for details.
The Test REST API feature is designed to return sample data from the endpoint to validate that the API is configured correctly. (At this time) the only valid "Response Expression Type" for the Generic REST Collector is JsonPath data. This data must be formatted and returned as a standard JSON object in the request body.
Other unexpected data types including but not limited to error messages will not be interpreted correctly as JSON data. Endpoints, or proxy servers or firewalls, may return error messages or informational messages as either text or html. These messages may or may not be human readable.
Inspect the aveksaserver.log file at the time of the test and look for ERROR level log messages that relate to the failure. These may include text that may assist you in understanding the failure.
05/08/2024 14:07:24.095 ERROR (ApplyChangesPerformQuery-1713976410138-1713976410138) [com.aveksa.client.genericrest.postprocessor.impl.GenericRESTPostprocessorImpl] Unexpected response content type: { Expected: application/json, Received: [text/html;charset=UTF-8], Error Message: <html><head><title>Error</title></head><body>findAccounts</body></html>
}
Further diagnostics about the Request object may be obtained by enabling DEBUG logging.
How to enable DEBUG level logging for the Generic REST Connector in RSA Governance & Lifecycle
Related Articles
Generic REST Collector ignores the Response Timeout Setting configured in the Collector Definition in RSA Identity Governa… 70Number of Views Generic REST Collector does not URL-encode Query Parameters in RSA Identity Governance & Lifecycle 33Number of Views Generic REST Collector fails with 'jsonpath.PathNotFoundException:Missing property in path $['members']' error collecting … 80Number of Views Generic REST Collector ignores Proxy setting in RSA Identity Governance & Lifecycle 71Number of Views Generic REST Collector problems with Authentication (OAuth2, Bearer Token or Basic Authentication) in RSA Governance & Lif… 342Number of Views
Trending Articles
Passwordless Authentication in Windows MFA Agent for Active Directory – Quick Setup Guide RSA Authentication Manager Upgrade Process RSA Authentication Manager 8.9 Release Notes (January 2026) An example of SSO using SAML and ADFS with RSA Identity Management and Governance 6.9.x RSA MFA Agent 2.3.6 for Microsoft Windows Installation and Administration Guide