Hi All,
Recently we came across a scenario, in which smartdocs by default assign the Content-Type header as "application/json; charset=UTF-8" for POST requests. But the actual Content-Type header given as the header input is application/json.
Any idea why this is happening. I have also attached screenshots for reference.
Screen 1 - Header Parameters given as input in smartdocs:
Screen 2 - Request Sent By Smartdocs to API proxy
(Here the Content-Type header is changed to application/json; charset=UTF-8)
Screen 3: Request trace Received in Edge
Any help is appreciated!