I have the XMLHttpRequest (Native JS). This request is going through the mod rewrite (in .htaccess) and what I need to know - it's the "final" url (url after mod rewrite). I can see it in the "General" section in headers in Chrome console for this request, but I can't find the answer how I can get this value in JS.
Solution is going to work in any of modern browsers (IE10+).