Thursday, 12 September 2013

Prevent XSS in chat

Prevent XSS in chat

If I remove "<" and ">" characters in the chat is the string then secure
enough to be embedded in an html page? How can I sanitize and escape the
HTML properly in C#?

No comments:

Post a Comment