URL Encode and Decode
Percent-encode an address or a single value inside one.
An example
Not your input
- Text
- kaporta & boya
- Encoded
- kaporta%20%26%20boya
The space and the ampersand are the two that break a URL most often.
Percent-encode an address or a single value inside one.
Not your input
The space and the ampersand are the two that break a URL most often.