OS: Windows Server 2019 Version 1809
IIS: 10.0.17763.1
When sending a POST request with no content, we are receiving an 411 error thrown by http.sys. I already read this question, but we cannot change the client code since the request are coming from a WOPI client. I also went through the registy entries for http.sys but I couldn't find the correct one. It somehow must be possible, because there are WOPI Hosts running with IIS. Since WOPI Hosts are nothing completely new, someone else must have stumbled across this issue.
Can I somehow tell http.sys to allow empty content for post requests or is this some kind of config for each WOPI client?