For more information regarding the security incident at F5, the actions we are taking to address it, and our ongoing efforts to protect our customers, click here.

Forum Discussion

al_kabeer_2905's avatar
al_kabeer_2905
Icon for Nimbostratus rankNimbostratus
Aug 17, 2015

Stop http get message

Hi,

 

I have mobile application hosted on f5 ltm, the first message is always post.

 

I want to block any get request to application

 

thanks

 

3 Replies

  • thanks,

     

    I only need to block GET method from first request (since first request is always POST) and allow it on all other requests.

     

  • Hi, I have applied the below rule it did not work

     

    when HTTP_REQUEST { if {"HTTP Method: GET" } {drop} }

     

    the log shows TCL error: /Common/ALLOW_POST - expected boolean value but got "HTTP Method: GET" while executing "if {"HTTP Method: GET" } {drop}"