I have a custom IHttpRoute implementation for doing some custom routing. I want to throw a 400 (bad request) sometimes. I tried to do a "throw new HttpResponseException()" in my code but the client always receives a 500.
Comments: I have code review comments that need to be addressed.
Comments: I have code review comments that need to be addressed.