Hi, I'm trying to fully clone a website with the server database. Basically I need a software that can download all the pages and clone HTTP/S requests, static, AJAX on the same domain.
The expected result is a local offline working page with the server requests cloned.
So if we have a page that do fetch('/data?page=N'), the result will be a copy of the real server response, without updating of course.
The goal is to be able to access that page offline.
Any ideas?
The expected result is a local offline working page with the server requests cloned.
So if we have a page that do fetch('/data?page=N'), the result will be a copy of the real server response, without updating of course.
The goal is to be able to access that page offline.
Any ideas?