nodejs: JSON will not be parsed if Content-Type is 'application/json; charset=utf-8'
boxcee opened this issue · 0 comments
boxcee commented
Wow, took me some time to stumble over this.
The nodejs runtime will not parse a request body correctly if the the 'Content-Type' header is set to 'application/json; charset=utf-8' since it checks for equality to 'application/json'. I think this check needs to be smarter.