Defect HC-14992

415 Media Failure is reported on GET operation unless it includes Content-Type is set

Software

Customer case Applies to Corrected in
CS0285006 V9.1.8.0 9.1.10.0

Observed behavior

415 Media Failure is reported for some API calls due to missing "Content-Type" parameter.

Expected behavior

This error can only be bypassed by specifying Content-Type of application/json

Resolution

GET operations should never have a Content-Type required as there is no content being passed. The code was corrected to remove the dependency on the Content-Type specification.