- 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
Artifacts to gather in RSA Identity Governance & Lifecycle 3.81KNumber of Views Generic REST Collector test fails with 'Unexpected response content type received. Expected content type is: application/j… 329Number of Views Generic REST Collector fails with 'com.aveksa.client.genericrest.GenericRestException: UNEVEN_JSON_PATH_CONFIGURATION' in … 272Number of Views Generic REST Collector fails with 'Access token has expired' error in RSA Identity Governance & Lifecycle 291Number of Views RSA Governance & Lifecycle Generic REST Collector Guide 394Number of Views
Trending Articles
Downloading RSA Authentication Manager license files or RSA Software token seed records Unable to login to RSA Authentication Manager Security Console as super admin RSA Authentication Manager 8.9 Release Notes (January 2026) How to manipulate imported RSA SecurID Software Token(s) on an iPhone or iPad device Connection fails to Cloud Authentication Service when connecting through a proxy server from RSA Authentication Manager to…