Griffin.WebServer
Griffin.WebServer copied to clipboard
Missing Content-Type in request produce BadRequest
Hello,
we're experiencing issues when receiving requests from a device that doesn't indicate the Content-Type in its requests. The requests are type POST and its content is application/octet-stream
As described in https://stackoverflow.com/a/15860815 the Griffin.WebServer should not return a Bad Request. Instead should try to guess the Content Type of the content or consider it as application/octet-stream.
Why kind of error do you get? Can you reproduce it?