Use tilde (~) instead of carat (^) for the expect string -Jason
On Mon, 20 Dec 2004 15:18:16 -0500, Patel, Kushal <[EMAIL PROTECTED]> wrote: > > > I was wondering if anyone can clear up some a question I had with regards to > creating a custom HTTP monitor. > > > > Here is the command I am sending: > > GET /ias/whatsupias.asp HTTP/1.0 > > > > Here is what I get back in the browser: > > WHATSUPOKAY > > > > What should the SEND and EXPECT lines look like when creating a custom TCP > monitor on port 80? > > > > This is what I have: > > Send=GET /ias/whatsupias.asp HTTP/1.0\r\n\r\n > > Expect=^WHATSUPOKAY > > > > But this does not work. Is it because the \r\n\r\n is incorrect? Is there > another way to send two CRLFs (carriage return, line feed)? > > > > Thx, > > kush > > > > Kushal K. Patel > Senior Network Engineer > Vicor Corporation > 978-749-3285 > > Please visit http://www.ipswitch.com/support/mailing-lists.html to be removed from this list. An Archive of this list is available at: http://www.mail-archive.com/whatsup_forum%40list.ipswitch.com/
