Forum Moderators: phranque
I using SWFupload on my server but there is an issue with mod_security
In mod_security log:
-----------------------------------------------------
Access denied with code 406 (phase 2). Pattern match "^Shockwave Flash" at REQUEST_HEADERS:User-Agent. [file "/usr/local/apache/conf/rul_modsec/useragents.conf"] [line "169"]
-----------------------------------------------------
If I comment the row bellow work fine
#SecRule HTTP_User-Agent "^Shockwave Flash"
.. may be dangerous ?