wget seems to undo any encoding of ampersand that i have embedded in 
my url. it converts it back to the literal "&" character, causing the 
server to interpret it as the beginning of a new parameter.

if i give it the url:
        http://foo.net/abc.cgi?xxx%26yyy
it sends a http get with the argument
        abc.cgi?xxx&yyy

i do not know any workaround. no other user agents seem to have this problem.

cheers,
john pane

Reply via email to