dougmoscrop / serverless-http

Use your existing middleware framework (e.g. Express, Koa) in AWS Lambda 🎉
Other
1.73k stars 167 forks source link

bug: azure: switch to rawbody to match content length #238

Closed curtdept closed 2 years ago

curtdept commented 2 years ago

When posting a request with a json body, Azure lightly parses the content body causing the content-length to mismatch and reject. Switch to rawBody to prevent.