When I am using wget for CGI-scripts with argumets,
I need use "&" (ampersand) between argumets;
but wget change "&" to "%26" via quoting.
Ho cat I get
http://find.infoart.ru/cgi-bin/yhs.pl?hidden=http%3A%2F%2Ffind.infoart.ru&word=wget
?
PS: Please, answer directly to <[EMAIL PROTECTED]>.
When I am running
wget 'http://www.pi2.ru:8101/cgi-bin/test-cgi?a=pre&b=post'
I have
QUERY_STRING = a=pre%26b=post
but when I put this URL to browser, I have
QUERY_STRING = a=pre&b=post
How can I download CGI-replyes via wget?
Please, reply directly.
Dear sir.
When I out to my browser (NN'3) line
http://find.infoart.ru/cgi-bin/yhs.pl?hidden=http%3A%2F%2F194.67.26.82&word=FreeBSD
wget working correctly.
When I put this line to wget, wget change this line;
argument hidden is "http:/194.67.26.82&word",
argument word is empty. Where I am wrong?