Re: [mod-security-users] Problem with with characters portugeses
Brought to you by:
victorhora,
zimmerletw
|
From: Ivan R. <iv...@we...> - 2004-06-16 15:51:18
|
Telepac wrote: > I'm Portuguese > I have problem with GET or POST whenever I intend to send characters as= for > eg: " =E1 " or " =E9 " You are likely restricting requests with: SecFilterForceByteRange FROM TO (set FROM to 0 and TO to 255) or SecFilterCheckUnicodeEncoding (should be off unless you know what you're doing) But you should really send us your full mod_security configuration so we can see for ourselves. --=20 ModSecurity (http://www.modsecurity.org) [ Open source IDS for Web applications ] |