My web application uses coded encoding. I would like to have a behavior where, if any fragment generates an error, I can correctly set the error code and redirect to the error page using this. Right now, it looks like this can only happen if the error occurs during the first fragment, because the response headers must be sent in the first fragment. Is there a way to make this work or get the behavior I want? Thanks.
source share