You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current Content-Type header check performs an exact match for the media-type only. If the charset directive is supplied this results in an incorrect HTTP 406 response. Same is true for the `boundary directive (if supported).
The current
Content-Typeheader check performs an exact match for the media-type only. If thecharsetdirective is supplied this results in an incorrectHTTP 406response. Same is true for the `boundary directive (if supported).