Posted by void on 09/23/07 14:31
ok, i've solved the problem
it was about mod_security. Replacing row with
SecRule REQUEST_HEADERS:Content-Type "!(?:^(?:application/x-www-form-
urlencoded$|multipart/form-data;)|text/xml)"
to
SecRule REQUEST_HEADERS:Content-Type "!(?:^(?:application/x-www-form-
urlencoded$|multipart/form-data;)|text/xml|application/x-amf)"
makes it works perfectly.
thanks for your time
best
wojtek
Navigation:
[Reply to this message]
|