<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">I am trying to build a HTTP request that looks like:<br>
<a href="http://localhost/common/foxisapi.dll/tmsmail.x2.isapi" target="_blank">http://localhost/common/foxisapi.dll/tmsmail.x2.isapi</a>?<PROCESS%20sync=''%20schema=''%20class='replicateApplication.getChanges'%20/><br>


Works in a browser.<br>
<br>
and now I am attempting to use HTTPConnection<br>
>>> conn = httplib.HTTPConnection("localhost")<br>
>>> print x<br>
%3CPROCESS%20sync%3D%27%27%20schema%3D%27%27%20class%3D<br>
%27replicateApplication.getChanges%27%20/%3E</blockquote><div><br>At first glance, you left off most of the request :) Namely "<a href="http://localhost/common/foxisapi.dll/tmsmail.x2.isapi" target="_blank">/common/foxisapi.dll/tmsmail.x2.isapi</a>?"<br>

<br>And just included the encoded body.<br><br>--S<br></div></div><br>