Currently we send the correct ResponseCode for most invalid / normally unreachable requests, but we do not send any useful body in most cases.
We should add an AfterMiddleware that sets some nice looking error pages, if the return code is not 200 or a redirect.
EDIT: https://github.com/untitaker/iron-error-router looks nice
Currently we send the correct ResponseCode for most invalid / normally unreachable requests, but we do not send any useful body in most cases.
We should add an
AfterMiddlewarethat sets some nice looking error pages, if the return code is not 200 or a redirect.EDIT: https://github.com/untitaker/iron-error-router looks nice