SaturnFramework / Saturn

Opinionated, web development framework for F# which implements the server-side, functional MVC pattern
https://saturnframework.org
MIT License
708 stars 108 forks source link

System.InvalidOperationException on CORS OPTIONS request #181

Closed Titaye closed 5 years ago

Titaye commented 5 years ago

CORS implementation set response statuscode to 204 and tries to write an empty array to the body. This leads to this exception Exception thrown: 'System.InvalidOperationException' in System.Private.CoreLib.dll: 'Writing to the response body is invalid for responses with status code 204.'