Help with a HTTP GET request

Chris Rebert clp2 at rebertia.com
Tue May 12 22:30:35 EDT 2009


On Tue, May 12, 2009 at 7:20 PM, Paul Hemans <p_hemans at hotmail.com> wrote:
> I am trying to build a HTTP request that looks like:
> http://localhost/common/foxisapi.dll/tmsmail.x2.isapi?<PROCESS%20sync=''%20schema=''%20class='replicateApplication.getChanges'%20/>
> Works in a browser.

I'm not 100% sure, but I don't think you can have < or > in a URL.
Your browser might be implicitly encoding them for you somehow.

Cheers,
Chris
-- 
http://blog.rebertia.com



More information about the Python-list mailing list