Verified URL with URL as anchor
Obviously if I do <a href="%verified_url%">%verified_url%</a> I'll get 2 different URLs, is there a way to have the same URL? eg <a href="http://www.google.com">http://www.google.com</a> instead of <a href="http://www.google.com">http://www.bing.com</a>
Thanks!
Comments
well sorry, then it'S not working Im afraid. I will add something else like:
<a href="%verified_url%">%verified_host%%verified_path%%verified_parameters%</a>
...for next version.