Re: urllib2 problem/bug: Request.add_header does() nothing?

2005-07-27 Thread Fuzzyman
[EMAIL PROTECTED] wrote: I have a simple cgi-script on a server that prints all key-value pairs from a request. And it really works when i use a browser and type smth like http://server/cgi-bin/test?name=mikejohny=dummy. But when I use the following script, nothing is printed (like i type

urllib2 problem/bug: Request.add_header does() nothing?

2005-07-25 Thread kelio
I have a simple cgi-script on a server that prints all key-value pairs from a request. And it really works when i use a browser and type smth like http://server/cgi-bin/test?name=mikejohny=dummy. But when I use the following script, nothing is printed (like i type http://server/cgi-bin/test