<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On 11 October 2013 08:14, Scot Kreienkamp <span dir="ltr"><<a href="mailto:SKreien@la-z-boy.com" target="_blank">SKreien@la-z-boy.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><p class="MsoNormal">cont=http-content;<a href="http://192.168.10.110" target="_blank" rel="noreferrer">http://192.168.10.110</a> /Main/login.do\?userName=*****\&userPass=*****\&pcno=***;true</p>

</blockquote><div><br></div><div>Firstly, there's a space after the IP address and the "/".  Is this space in your hosts.cfg?  Spaces are not allowed in a "cont" clause.</div><div><br></div><div>Secondly, check that the URL is being sent as you expect it to.  Can you check the web server logs, or use tcpdump/snoop/wireshark to view the URL that was sent to the web server?  I wonder if the "\?" and "\&" are being sent literally, because the escaping is not for the URL, only for the matching regexp.  Try just removing the backslashes and see if it works.  Alternatively, replace them with their URL-escaped equivalents ("%3F" for "?" and "%26" for "&").</div>

<div><br></div><div>J</div><div><br></div></div></div></div>