httrack icon indicating copy to clipboard operation
httrack copied to clipboard

XMLHttpRequest interpreted as url

Open lk-KEVIN opened this issue 4 years ago • 0 comments

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");

lk-KEVIN avatar Oct 30 '21 08:10 lk-KEVIN