Regretfully when IIS handles POST requests which have no document name (…/), IIS does not passPOSTed body to CGI-scripts.
Possible walkaround:for such pages set this action:
<form action="form.html"…
and handle inevitable "form.html file not found" error in @unhandled_exception and suppress writing it to error log.