M
Matt Graves
A website that I work with a lot has a strange feature. After logging in, no matter where you go within the website, the url says "www.example.com/main/". When I hover over a link, "Phone numbers", it will show "www.example.com/phone/", but if I put that into my URL bar, it redirects to the main login for example.com. If I put the username and password in, I am brought right back to the beginning... I was going to use a script to pull some data from this page, but anytime I try to access www.example.com/phone/, it just goes straight to the login page making my script useless.
Is there any way around this sort of setup using javascript or jquery or any sort of script?
Is there any way around this sort of setup using javascript or jquery or any sort of script?