httrack
httrack copied to clipboard
XMLHttpRequest interpreted as url
Maybe there's something I'm doing wrong but this for example, happen a lot with W3Schools, with pages like Create an XMLHttpRequest Object Example
The original example:
xhttp.open("GET", "ajax_info.txt");
and then after WinHTTrack download it:
xhttp.open("GET.html", "ajax_info.txt");