When receiving an empty post without Content-Length on a function, Netlify is returning a 411 error (which is, you know, reasonable…).
Is it possible to configure the function to accept requests without Content-Length? I have zero control on the request, is an external webhook and cannot change it. I need to return 200 to be able to integrate this service with Netlify.
Thanks!