What are the different url tags that are available on Site Ignition?
There are four different kinds of URL tags available in Site Ignition, They are:
[[url]] -Generates the page url for the instance by stripping out the domain.
(eg: "http://www.site.com/[[url]]" - "http://www.site.com/pages/contact")
[[fullUrl]]- Generates the page url along with the domain.
(eg: [[fullUrl]] - "http://www.site.com/pages/contact")
[[HTTPUrl]] - Generates the website domain url
(eg:[[HTTPUrl]] -"http://www.site.com/")
[[HTTPSUrl]] - Generates the website secure domain url, if the website has one.
(eg:HTTPSUrl]] -"https://www.site.com/")