21-Jun-2023 10:44
Hello,
I want to set up an HTTP monitor that tests "200 OK" but the page is on port 40000 (the pool is on 80).
I tried, but it doesn't work
Send String : GET /index.html HTTP/1.1\r\nHost:40000 \r\nConnection: Close\r\n\r\n
Receive String : 200 OK
Thank you for your help
Solved! Go to Solution.
21-Jun-2023 10:57
You want to use an alias service port monitor. Look at #25 at the following article: https://techdocs.f5.com/kb/en-us/products/big-iq-centralized-mgmt/manuals/product/big-iq-centralized...
21-Jun-2023 10:57
You want to use an alias service port monitor. Look at #25 at the following article: https://techdocs.f5.com/kb/en-us/products/big-iq-centralized-mgmt/manuals/product/big-iq-centralized...
21-Jun-2023 11:00
Damn mobile version of website threw out half of my response! Wtf. I also stated that using 40000 as the host name in thr HTTP host header is not appropriate. This is instead usually the DNS name for the server on which the we server listens for and responds. Traditionally, you would target http://ip_address:port, but with the F5 HTTP monitor you need to use an alias service monitor for yo...
21-Jun-2023 11:06
Thank you,
not work, what should I set in "Send String"?
FY, curl backend:40000 >> 200 OK
21-Jun-2023 11:11