Forum Discussion

marta_sl's avatar
marta_sl
Icon for Nimbostratus rankNimbostratus
Sep 07, 2023
Solved

File upload and ASM

Hi, We have developed a web application for uploading videos. This web app is protected by our ASM module. However, when we attempt to upload a video larger than 10 MB, the ASM blocks the request an...
  • Nikoolayy1's avatar
    Sep 07, 2023

    Bypass for an ASM policy better be done just for the violation with an irule as I see it as to not stop the ASM checks for urls , headers etc. and this way you are making a smaller security hole 😗. This is a nice example:

     

    https://clouddocs.f5.com/api/irules/ASM__unblock.html

     

     

    Other option that can be tested is Request Body Handling, select Do Nothing. under the url:

     

    https://my.f5.com/manage/s/article/K32081491

     

    What was mentioned till now are all good solutions.