When saving links to db i get amp; in the link
When saving links to db i get amp; in the link
ziv@kpmbro.com
Posts: 73Questions: 28Answers: 4
Hi Allen
When i create new row with a link, some where in the processes sonething is doing url encode to the link...
i can see in the network debugger that the link is going out fine from the client side..
how can i fix it?
input client:
https://track.blabla.net/?offer_id=2614035&aff_id=599086
db:
https://track.blabla.net/?offer_id=2614035&aff_id=599086
Thanks
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
See this section of the Editor manual.
Allan
Hi Allen
example:
thanks
Make sure you understand that it is potentially open to an XSS attack then. Use the information here to make sure that HTML is not rendered on the client-side (unless you want that).
Allan
Thank Allen, working perfect