[users@httpd] Lua r:requestbody() removes HTTP request body

2022-11-29 Thread bruno.mendoza
Hi, I trying to read every HTTP request message body (Apache httpd 2.4.5/Debian 9.5) where content type is equal to 'text/xml'. For this purpose I use a Lua handler script during the request translation phase using the directive 'LuaHookTranslateName' (https://publib.boulder.ibm.com/httpser

Re: [users@httpd] Lua r:requestbody() removes HTTP request body

2022-11-29 Thread Eric Covener
On Tue, Nov 29, 2022 at 10:45 AM bruno.mendoza wrote: > > > Hi, > > I trying to read every HTTP request message body (Apache httpd > 2.4.5/Debian 9.5) where content type is equal to 'text/xml'. For this > purpose I use a Lua handler script during the request translation phase > using the directive