Forum Discussion
saidshow_251381
Cirrostratus
9 years agoUsing an iRule to respond with a 500 Internal Server Error message
Hi,
We have a customer error page setup to serve a nice neat error page when various violations are triggered however the JSON applications don't like this as they are not expecting html. What I...
Yann_Desmarest_
Nacreous
9 years agoHi,
Try to use Close instead of close
Or
Use
if {[string tolower [HTTP::header value Connection]] contains "close"}{
Yann_Desmarest_
Nacreous
9 years agoOk, that's there is no Connection:Close header, you need to use another header to identify errors. Maybe HTTP::status