When trying to route application message to IFS REST API I get below error. The routing address uses IFS REST endpoint with client credential.
ExecutionException from Sender thread
Caused by: ifs.fnd.connect.senders.ConnectSender$TemporaryFailureException: Exception while sending data
Caused by: ifs.fnd.connect.http.InternalServerErrorException: InternalServerErrorException: 500#{"error":{"code":"ODATA_PROVIDER_ERROR","message":"An internal server error occurred. Contact administrator.","details":s{"code":"UNSUPPORTED_ACCEPT_TYPES","message":"The content-type range ' *; q=.2' is not supported as value of the Accept header."}]}}
What is the cause for this error?