Content-type wrongly named in Uproc Webservices REST and sent twice in the request
search cancel

Content-type wrongly named in Uproc Webservices REST and sent twice in the request

book

Article ID: 380785

calendar_today

Updated On:

Products

CA Automic Dollar Universe

Issue/Introduction

The Manager Webservices sends twice in a REST Webservice POST request the property Content-Type=application/json and Content-type= (this is the one that can be introduced in the Uproc)
This generates problems at third-party Rest Endpoints complaining that the Content-Type was not set.

Environment

Dollar Universe 6.x and 7.x

Manager for WebServices - REST

Cause

Defect in the Manager for Webservices

Resolution

Update to a fix version listed below or a newer version if available.

Fix version(s): 
Component: Manager for Java (Node)
Will be fixed on Dollar Universe 7.01.01 - planned release mid December 2024

Additional Information

Defect ID: DE153854

Defect Title: Webservices Content-Type is being added twice in the request

Public Description: Due to an incorrect condition, the Content-Type header was added twice in the request. Resolved by adding an additional check.