Bug 1875287 Comment 1 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

We temporarily store URLs as they appear on page like:

`https://www.foo.com/search?q=bar&page=shopping`

When the user clicks the URL, it's possible for the URL to change and for the pertinent data to be inserted into the redirect URL as a percent escaped string, e.g:
`https://www.foo.com/baz?redirect_url=%2Fsearch%3Fq%3Dbar%26page%3Dshopping`

So we may need to provide a query parameter to examine in cases when we know redirects or URL manipulation will happen.

Back to Bug 1875287 Comment 1