Forum Discussion
Monitor for content is not working - I believe the HTML version is 1.1
Monitor for content is not working - I believe the HTML version is 1.1
Im having issue getting my monitor to work. It works with some servers but not all. I think the syntax needs to be different for HTML version 1.1
Can anyone help see below. I believe the send string needs different syntax
Send string GET /penfedonline/support/pages/pagestatus.aspx\r\n Receive string ONLINE
1 Reply
- Stanislas_Piro2
Cumulonimbus
Hi,
if the server requires HTTP 1.1, the request mut be:
GET /penfedonline/support/pages/pagestatus.aspx HTTP/1.1 Host: www.example.com Connection: CloseF5 monitor does not support new line and must be configured with \r\n for each new line:
GET /penfedonline/support/pages/pagestatus.aspx HTTP/1.1\r\nHost: www.example.com\r\nConnection: Close\r\n\r\n
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
* 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