Forum Discussion

yuanqiang_22112's avatar
yuanqiang_22112
Icon for Nimbostratus rankNimbostratus
Jun 30, 2017

http monitor

Hello: HTTP 1.1 examples GET /index.html HTTP/1.1\r\nHost: host.domain.com\r\nConnection: Close . I found "GET /index.html HTTP/1.1\r\nHost:\r\nConnection: Close" , pool member monitor down in some sepcial system . what's the mean of "host.domain.com" ? "host.domain.com" is useful ?

Thank you !

2 Replies

  • P_K's avatar
    P_K
    Icon for Altostratus rankAltostratus

    I'm not sure if I understood your question but host.domain.com is the host where you are sending the GET string to get a response. Typically, its you back-end server. So in your example, it looks for index.html on the host.domain.com server.