Forum Discussion
hooleylist
Apr 26, 2011Cirrostratus
Hi Ty,
The host header should only contain the domain for the request. Can you try this?
GET /psp/pstst3/?cmd=login&languageCd=ENG HTTP/1.1\r\nHost: f5testps.uw.edu\r\nConnection: close\r\n\r\n
If you're on a version lower than 10.2.0, remove the last \r\n from the send string.
If that works with no receive string then try setting the receive string to either "HTTP/1\.(0|1) 200" or "HTTP/1\.(0|1) 302" without the quotes.
Aaron