With WGet 1.6 (for OS/2) I tried using the following:

wget -c -t 10 -w 30 -P . http://sunwww2v4.il.breakaway.com/servlet/
EComFileServlet/so-5_2-ga-bin-windows-en.exe?ActionId=verify%26TicketId=3a3wl1qJ
Nx1a%26TicketServerUrl=KKpqCAQ%2BV8NPCQkE4hNFDWwMBtRFfaWR4YpxvPTCIDsXMsV3ITzEg%2
FC7kI1wYT

WGET proceeded to convert the %xx values into their character
equivalents:
        %26 = '&'
        %2B = '+'
        %2F' = '/'
This resulted in a URL which was considered invalid (i.e. "ERROR 400:
Bad Request) by the server in question.

Is there any way this behavior can be changed so least an option could
be used as to whether WGET should or should not do this conversion?

--

John Small

Reply via email to