url
Response: URL.
Provides the URL which produced this response, in absolute form, at the final resting destination for the response (factoring in redirects, as applicable).
From MDN: "The url read-only property of the Response interface contains the URL of the response. The value of the url property will be the final URL obtained after any redirects."
See also: MDN, Response.url.