I would like to get the URL from a jQuery success function, after it retrieves data from the server. I could use this.url
but the URL changes (same page, just the URL is different). The URL is not to be found locally in the success function, I think:
success: function(data, statusText, jqhxr)
Can you get the new URL in the success function? If it's not possible, are there any other ways to get the updated URL?