Hi,
Getting response as “Unsupported content type” while making a request using client.request in my frontend code. The body and header values are exactly same as it is being used in postman where m getting the desired result.
Following is the response, getting in browser through app code;
{
"status": 415,
"headers": {},
"response": "Unsupported content type",
"errorSource": "APP",
"attempts": 1
}
‘Content-Type’: ‘application/json’ has been passed in request.
Note: Gone through similar topics in this forum, but, not got exact solution.