Forum Discussion

babaransari_361's avatar
babaransari_361
Icon for Nimbostratus rankNimbostratus
Mar 08, 2019

iRule for advanced interactive http url content check

need help to write an irule for interactive http login via username and password and then perform a content check on the url by requesting for certain content to be fetched like charts etc

 

3 Replies

  • Hello Babar,

     

    Rather than using an iRule, it would probably be better to use APM to handle authentication/authorization. You can find some info about APM here.

     

    Best of luck,

     

    Austin

     

    • babaransari_361's avatar
      babaransari_361
      Icon for Nimbostratus rankNimbostratus

      I need to test the application functionality using an advanced monitor like application check monitor and content check monitor. APM usage for this would be slightly difficult as it would require licensing which i do not want to acquire just for advanced helath check of the application functionality

       

  • Why interactive check?

     

    can't you only do a standard HTTP monitor with POST data? then check the response data to search for a string?