There is a page (url), I request it by XMLHttpRequest, but I'm not getting response from requested url, It's directing request to another page,
requesting --- > page.php
getting reponse from > directedpage.php
and the question is how can I get response url? (directedpage.php in example)
See Question&Answers more detail:os