<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On 11 October 2013 12:34, 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"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d">Thank you for the TCP dump idea Jeremy, that was spot on.  I assumed that I had to escape the special characters in the URL as I did on the command line. 
 Apparently Xymon already takes care of that for me.  </span></p></blockquote><div><br></div><div>Not quite.  What was most likely happening is that your shell was interpreting the "&" character for you (to put the command to that point into background), and you needed to escape it to prevent this from happening.  Xymon didn't take care of these for you, it simply doesn't use special characters, other than the space character, in this context.</div>

<div><br></div><div>It's unlikely that the "?" needed escaping on the command line.  A "?" causes the shell to try a glob match on a filename, but you probably don't have a filename matching "cont=...?..." and so it didn't expand to anything when not escaped.  In the shell, "\?" is treated the same as "?" if there is no glob match, which is why it worked.</div>

<div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d">When I looked at the dump the escapes were being passed straight through.  As soon as I took them out I started getting the true  response that I was looking for.</span></p>

</blockquote><div><br></div><div>Glad to hear it.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d">  There was no space, that’s my email client
 being “helpful”. </span></p></blockquote><div><br></div><div>Ah yes.  When computers try to be helpful, they don't always succeed.</div></div><br>J</div><div class="gmail_extra"><br></div></div>