Header with the name 'Content-Type' is ignored
Issue ID: warning-response-header-content-type
Description
You have used a restricted value as the name of a header. The values Accept
, Content-Type
, and Authorization
are restricted values and should not be used as the header name. A header with any of these values as the header name is ignored.
Remediation
Make sure that you do not use the restricted values as header names.