Trying to mirror some info on an intranet using -g option:
<https://sub1.extern.com/cgi/download2.cgi?p_tar=mydata>
Redirect while resolving type: sub1.extern.com/loc1/sub1/mydata/ ->
<https://sub1.extern.com/loc1/sub1/mydata/%20>
This throws a 404 of course because the %20 is not valid. It should not be
adding the %20 because the redirect is in fact to
<https://sub1.extern.com/loc1/sub1/mydata/>
Is this a problem caused by the web server on sub1? |