Invalid characters entered on the client

Source: Internet
Author: User

Problems:
I am writing a simple message board, and I am also learning. I have encountered many problems.
In the client text box, enter "I first used the htmlencod encoded string: String STR = Str. server. htmlencod (STR); the problem still persists. I wrote another class to filter characters.
Filter z = z. lower (); Z = z. replace ("'", ""); Z = z. replace ("<", "*"); the problem persists,

A potentially dangerous request. form value is detected from the client (ctl00 $ contentplaceholder1 $ textboxcontent = "<SCRIPT> alert ('OK') <. 
Analyze problems
The HTML Tag and <SCRIPT> are application-level. The error is thrown when the page has not been executed.

Problem Solving
Edit web. config and add <pages validaterequest = "false"/> to <system. Web>.
In this case, all your pages are not prompted with an error.
If you only want to verify that a single page is added to the page command of the page, validaterequest = "false "/

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.