Reputation: 607
I have been checking lots of recourses but still have problems finding my answer, so I will ask it directly: I have a situation in my website where
What are the risks of XSS attacks in this process? Do I need to do encode/decode or sanitization or both? Should I do it for the HTML response or the created XML? Should this be done on client-side or server-side?
Upvotes: 0
Views: 57