Forum Discussion

Joe_Pipitone's avatar
Joe_Pipitone
Icon for Nimbostratus rankNimbostratus
Jun 09, 2009

http monitor newline character

I have a few http monitors in place with host names (website domain names) - some checks I can create just fine, others with longer domain / host names (host headers) throw a newline character error on my LTM 9.4.7

 

 

Can anyone tell me why a shorter domain name like this works fine:

 

 

GET /home.aspx HTTP/1.1\r\nHost:

 

ourwebsitename.com\r\nConnection: Close\r\n

 

 

But when a longer domain name is entered, I get this error?

 

 

Value may not contain literal newline characters.
  • Hmm - very strange, i've been using Google Chrome to edit the monitor syntax, as soon as I expanded the view, and viewed everything on one line, and then saved my changes, the syntax error went away. Very strange indeed.