You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement native HAProxy redirect for CAPTCHA validation
- Replace Lua-based redirect with native HAProxy 302 redirect for allow decisions
- Add performance optimization by calling Lua only for ban and captcha remediations
- Update both HAProxy configuration examples with the new approach
- Add dedicated section explaining the performance benefits
- Reduce overhead and improve scalability by minimizing Lua processing
The HAProxy SPOA bouncer now supports native HAProxy redirects for successful CAPTCHA validation, providing better performance and reduced Lua overhead:
0 commit comments