Aashrut / URLEncoder

URL Encoding (Percent Encoding) Tool

Home Page:https://aashrut.github.io/URLEncoder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

URLEncoder

It is an URL Encoding (Percent Encoding) Tool. You can use it to convert normal URL characters into percent encoded characters. Which can be later used for Web Application testing purposes.

Example

Input: <script>alert("Test");</script>

Output: The Encoded String is: %3C%73%63%72%69%70%74%3E%61%6C%65%72%74%28%22%54%65%73%74%22%29%3B%3C%2F%73%63%72%69%70%74%3E

About

URL Encoding (Percent Encoding) Tool

https://aashrut.github.io/URLEncoder

License:MIT License


Languages

Language:JavaScript 91.3%Language:CSS 4.7%Language:HTML 4.0%