Duplication of Content-Type when trying to send a API POST request
When trying to send an POST request with the Content-Type explicitly mentioned as application/json and having the body raw JSON I get an error saying 'application/JSON,application/JSON is not supported by this resource'
After a few tests I noticed that it was automatically adding application/JSON as the content type and keeping the value empty fixed the issue and let me proceed with the POST request and 0 errors.
Could anyone offer any insight as to why this happens or if it is a bug because I would have to immediately make these changes for all my clients accordingly


