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
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