bhushankummar / amazon-mws

Amazon MWS NodeJS Wrapper
MIT License
197 stars 78 forks source link

Trim contentType split #128

Closed fmoro closed 4 years ago

fmoro commented 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.

xemayebenes commented 4 years ago

Any progress on this @bhushankumarl ? I have the same problem