There is a website I want to clone
Its index is /Default.asp
If you access it directly, it'll redirect you to /Login/Login.asp
Then you login and it redirects you back to /Default.asp
And Default.asp has a lot of inputs, that are on the same and other files - screenshot (the .asp files have arguments on them - screenshot 1 screenshot 2)
I need to clone this entire website with every single function working offline and not redirecting to the original website
Can someone help me?