URI encode and HTML ecnode

Posted by Anil Namde on Stack Overflow See other posts from Stack Overflow or by Anil Namde
Published on 2010-03-24T06:51:28Z Indexed on 2010/03/24 6:53 UTC
Read the original article Hit count: 380

Filed under:
|

If i have the xml/html data to post we need to encode the data to avoid the XSS validation. So should we use HTMLencode or URI encoding for this.

If URI encoding is used will it cause issues as form POST automatically URI encode all the data before sending.

© Stack Overflow or respective owner

Related posts about homework

Related posts about html