Destination URL attributes
Destination URL attributes are components of the input URL provided as a query parameter with request.
info
Please read here to learn more about the Destination URL.
The following table lists the attributes extracted from the incoming URL:
https://www.yourdomain.com?url=https://www.alterurl.com/contact
info
The above example is a request with a Destination URL. The Destination URL must be provided using the url attribute (as a query parameter).
| Destination URL attribute | Extracted Value |
|---|---|
| Hostname | www.alterurl.com |
| Protocol | https |
| Path | /contact |
| Extension | com |
| Subdomain | www |
| Root Domain | alterurl |