Validator for URL encoded format #2042
Unanswered
ssathishan
asked this question in
Questions & Answers
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Does this component has validator to validate URL encoded string?
Example:
Input: %3c%73%63%72%69%70%74%3e%61%6c%65%72%74%28%36%37%38%29%3c%2f%73%63%72%69%70%74%3e
Above is the encoded string of '<script>alert(678)</script>'
I want to validate this input .
Beta Was this translation helpful? Give feedback.
All reactions