Re: [mod-security-users] args ignored in POST - filter question
Brought to you by:
victorhora,
zimmerletw
|
From: <Kam...@bd...> - 2008-07-03 08:36:57
|
Thank you Brian, that was my problem. I modified the request in proxy to test various modifications. I found that the proxy correctly handle the content-length header as I switched the GET/POST method by It did not changed the content-type. Kamil > -----Original Message----- > From: Brian Rectanus [mailto:Bri...@br...] > Sent: Wednesday, July 02, 2008 5:08 PM > To: Golombek Kamil | BDO IT a.s. > Cc: mod...@li... > Subject: Re: [mod-security-users] args ignored in POST - > filter question > > Your config looks fine. What is the full request you are sending? > ModSecurity only handles these types: > > application/x-www-form-urlencoded > multipart/form-data > > -B > |