So what we found was that TinyMce will automaticlly replace any & in a url with & even if is a href-url. This will even be outputed to the html-code of the website.
The browsers are smart enough to figure this out. Newsletter Studio just grabs the url (with the &) and then the trackclick.aspx-file performs a Server.Redirect to this url (with the amps) and this is where something goes wrong.
I've made a hacky fix where I replace & with & in trackclick.aspx - this could potentialy lead to other problems if someone is passing a & as a value to a parameter but i guess this is the best solution for now.
Tracking Urls with & are changed to &
Original url entered in newsletter
In preview (not changed)
In HTML when receiving mail
Final result in browser
This fails because of the &
Version 1.3.2
Any fixes?
best
Jesper
Hi Jesper!
Thanks for the Skype-talk!
So what we found was that TinyMce will automaticlly replace any & in a url with & even if is a href-url. This will even be outputed to the html-code of the website.
The browsers are smart enough to figure this out. Newsletter Studio just grabs the url (with the &) and then the trackclick.aspx-file performs a Server.Redirect to this url (with the amps) and this is where something goes wrong.
I've made a hacky fix where I replace & with & in trackclick.aspx - this could potentialy lead to other problems if someone is passing a & as a value to a parameter but i guess this is the best solution for now.
Let me know if anyone has problems with this.
is working on a reply...