Hello,
I have a failure route setup and armed using t_on_failure. When I attempt to interogate $rr or $rs in the failure route they are always null. $rU is set which makes me wonder am I only able to access pseudo variables for requests.
I would like to generate some specialized logging based on the status code ( 487, 404 etc ) but $rs doesn't give me the status.
I also tried t_check_status(487) but it does not work even when it was a 487 message that triggered the failure route.
Am I missing something?
Thanks
t.r.