Closed fmoro closed 4 years ago
Trim contentType split since it can contains whitespace between type and charset. i.e.: text/xml; charset=utf-8 When that occurs, match regext return null instead of array.
text/xml; charset=utf-8
Any progress on this @bhushankumarl ? I have the same problem
Trim contentType split since it can contains whitespace between type and charset. i.e.:
text/xml; charset=utf-8
When that occurs, match regext return null instead of array.