Dave A-W
Results
3
comments of
Dave A-W
Confirming this is still an issue with v9.4. Since the error is swallowed, this had me spinning wheels for half a day before discovering this thread. Thank you @AdditionAddict In...
I am seeing the same.
For my IIS-hosted application I was able to work around it by adding a reference to System.Web and reading from the `HttpContext.Current.Request.Form` collection. However this is clearly not an Owin-compatible...