Is it possible to store html in a variable? I can’t get it to work and I need it for my aflex to work properly.
Right now it’s nothing more than a when LB_FAILED and a http response with my page, but I need some more logic because we have a CDN on a different service group and I need to check if that group is up or down as well.
Another solution would be if it was possible to do something like:
when LB_FAILED or LB::status pool CDN == “down” {}
But that doesn’t work either, I’ve tried a few different variations but without result.