url


urlstringRead-only

The response URL.

JavaScript
let url = httpResponse.url; // "https://someapi.com/api/someendpoint"
Did this help?