I want to write a JavaScript or jQuery method to send a URL name as a post request and get the changed URL [more appropriately, REDIRECTED URL].
For example, if I append a random integer to the end of facebook.com, like http://facebook.com/940, the URL gets redirected to http://www.facebook.com/melissa.miller.967 My requirement is to get this new URL. Can someone assist me in this regard