Forum Discussion

235's avatar
235
Icon for Nimbostratus rankNimbostratus
Aug 08, 2016

http monitor

in http monitor,no send get request,Only send TCP to set up the connections and release the connections,what should i do?

 

6 Replies

  • THi's avatar
    THi
    Icon for Nimbostratus rankNimbostratus

    If you need only check the http port (eg port 80) you can use tcp os tcp half open monitor.

     

    • 235's avatar
      235
      Icon for Nimbostratus rankNimbostratus

      I use tcp monitor and POOL is good, but I use default http monitor,POOL is down.After I capture,F5 is not send get request.

       

    • Yann_Desmarest's avatar
      Yann_Desmarest
      Icon for Cirrus rankCirrus

      Ok, so you need to configure have a send string at least with something similar to below code :

       

      GET / HTTP/1.1\\r\\nHost:www.example.com\\r\\nConnection:Close\\r\\n\\r\\n

       

  • 235's avatar
    235
    Icon for Nimbostratus rankNimbostratus

    @Yann Desmarest,thank you I use this "GET / HTTP/1.1\r\****\r\nConnection:Close\r\n\r\n",but it is not OK.I use "HTTP/1.0",it is OK,I do not know why. In addition,thank you for all the people above.