urllib question

Oleg Broytmann phd at phd.russ.ru
Sat Jun 17 06:16:44 EDT 2000


On Fri, 16 Jun 2000 paul at fizzylab.com wrote:
> u = urllib.urlopen(string.join(["http://some.host.com/",
> "montstrousQueryString?withParameters"]))
   ^^^^ How long is it? HTTP allows only 1024 characters here. For longer
queries use POST method instead of GET.

Oleg.            (All opinions are mine and not of my employer)
---- 
    Oleg Broytmann      Foundation for Effective Policies      phd at phd.russ.ru
           Programmers don't die, they just GOSUB without RETURN.





More information about the Python-list mailing list