Forum Discussion
Valentine_96813
Jun 19, 2012Nimbostratus
HTTP 1.1 monitor multiple instances
I have a need to replace current multiple monitors with one instance of an HTTP. All of the gets resolve to the same page, however, the domains are different. Basically, I am looking for //login.htm...
hooleylist
Jun 26, 2012Cirrostratus
Hi Valentine,
If your web applications require a specific host header you'll need to create one monitor per host header. If they'll accept any host header you could specify a null host header value in an HTTP 1.1 send string or not specify the host header at all and use an HTTP 1.0 request:
HTTP 1.0:
GET /login.html HTTP/1.0\r\nConnection: close\r\n\r\n
HTTP 1.1:
GET /login.html HTTP/1.1\r\nConnection: close\r\nHost: \r\n\r\n
Aaron
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects