Forum Discussion
Kurt_Knochner_5
Cirrus
Mar 10, 2014ASM signature check blocking ActiveSync Upload of large files
Hi,
Problem: ASM signature checking thinks there are attack pattern (SQL injection, command execution, etc.) in ActiveSync file 'up-/downloads' (users accessing large attachments via ActiveSync)...
David_Stout
Nimbostratus
Mar 10, 2014The ASM blocks file uploads of more than 10MB by default. You can either up the limit to the available Max size of 20MB under ASM Advanced Configuration or you have to bypass the ASM for uploads by using an iRule.
when HTTP_CLASS_SELECTED {
ASM::enable
Disable ASM for specific method
if { ([HTTP::method] eq "PUT")}{
ASM::disable
}
if { ([HTTP::method] eq "POST")}{
ASM::disable
}
}
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects