Forum Discussion

Young_25175's avatar
Young_25175
Icon for Nimbostratus rankNimbostratus
Jun 19, 2014
Solved

syntax for simple http monitor

Hi,   I would like to create an http monitor that goes to this sample page http://www.whatever.com/default.aspx. I am struggling with the syntax to put in the send string to accomplish this. Wha...
  • Dayne_Miller_19's avatar
    Jun 19, 2014

    GET /default.aspx HTTP/1.1\r\nHost: www.whatever.com\r\nConnection: Close\r\n\r\n

     

    If you use the HTTP iApp template, entitled 'f5.http', that's included with your BIG-IP system, it'll set up the monitor for you. You just need to provide the FQDN (www.whatever.com), and the requested resource (the default is "/", and in your case you'd change it to "/default.aspx").