Trying to set up CORS with authentication. I have a Web API site up at http://localhost:61000 and a consuming web application up at http://localhost:62000. In the Web API S
This issue is now fixed. CORS headers are now returned even when exceptions are thrown and a 500 response is returned.
CORS Headers were stripped from the response when an exception is thrown and a 500 response is returned.