encode
The encode service can be used to XSS protect strings by encoding special characters or/and url encode string.
Special character encode
Result: <strong>You value</strong>
Raw URL encode
Last updated
The encode service can be used to XSS protect strings by encoding special characters or/and url encode string.
Result: <strong>You value</strong>
Last updated