When I used wget, I came to the page using JS redirect. Something like that:
<script language="JavaScript1.2">
var s = "i_08/0101/index.php3";
location.href=""+s;
</script>
Can wget follow this redirect or is there any other method to solve this problem.
source
share