In a sidebar widget, I am rendering a list of links related to the ticket, like
Google in a new tab
This URL is works fine, but in my real world example, a long URL with lot’s of querystring parameters is rewritten. The first part of the URL replaced with
http://localhost:10001/iframe/template.html?appId=123456789
What is going on here and how can I stop it?
Thanks
Adam