Re: maybe wget bug

2001-04-23 Thread Hrvoje Niksic
Hack Kampbjørn [EMAIL PROTECTED] writes: You have hit one of Wget features, it is overzealous in converting URLs into canonical form. As you have discovered Wget first converts all encoded characters back to their real value and then encodes all those that are unsafe sending in URLs. It's a

maybe wget bug

2001-04-04 Thread David Christopher Asher
Hello, I am using wget to invoke a CGI script call, while passing it several variables. For example: wget -O myfile.txt "http://user:[EMAIL PROTECTED]/myscript.cgi?COLOR=blueSHAPE=circle" where myscript.cgi say, makes an image based on the parameters "COLOR" and "SHAPE". The problem I am