Closed alberthuang24 closed 4 years ago
The trailing semicolon is the invalid part; parameters start with a semicolon if you follow the ABNF in the standard, so that header looks like a parameter started but was just truncated.
ABNF from RFC 7231:
media-type = type "/" subtype *( OWS ";" OWS parameter )
This is the original content-type
Examles
But according to HTTP RFC, this is a legal content type.