Use Javascript to get url and redirected url requests

275 views Asked by At

I want to use javascript to get all the urls I travel to in a browser. For example, if I go to a url, I want to get that url, the page it redirects me to, and any intermediary redirects. Is there a get request I can use in javascript that can grab just those urls (or another one that might get more but would be a superset of what I want)?

0

There are 0 answers