On 14 Jan 2002, at 0:56, Jason Orendorff wrote:

> > it works well but only if the script is like
> > http://www.musi-cal.com/cgi-bin/script.cgi
> > but if the script is like
> > http://www.musi-cal.com/cgi-bin/script.cgi?name=Paul
> > (note a part after ? ) it means that PUTREQUEST should be
> > 
> >  h.putrequest("POST", "/cgi-bin/script.cgi?name=Paul")
> > 
> > but httplib ignores everything after '?' and sends only
> > /cgi-bin/script.cgi
> 
> I don't think this is true.  httplib sends whatever string
> you pass to it.  It doesn't check the string at all.
> It doesn't chop anything off.

No,It does  chop everything after '?' . You can use a sniffer to see 
that
> 
> What version of Python are you using?
2.1.
> 
> ## Jason Orendorff    http://www.jorendorff.com/




I look forward to hearing from you soon.

Best Regards,
Ladislav Blazek( Mr.)

BMA TRADING Ltd.
email: [EMAIL PROTECTED]
email2: [EMAIL PROTECTED]
Fax:/Tel +420 506 447921
Tel:+420 506 447920, +420 602 849309

_______________________________________________
ActivePython mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/activepython

Reply via email to