I setup openresty as a reverse proxy and want to parse the HTML response bodies for HREF links and form actions in order to add CSRF token to them. Is there an openresty module that allows me to implement this or is it better to use a lua based xml parser like LuaExpat?
thanks,
- G