Hello, Le mer. 2 avr. 2025 à 14:00, Christopher Faulet <cfau...@haproxy.com> a écrit :
> Another solution is to set a variable in your lua action to redirect the > request > to a lua service if it is set. For instance: > http-request lua.myscript if !static_content > http-request use-service my-service.lua if { var(txn.intercept) -m > found } > > Thanks a lot for the suggestion. I'll try to implement it this way.