Bug Report: Encode/Decode URL - URI malformed error occurs when URI encoding or decoding wasn't successful.
Ma11hewThomas opened this issue · 0 comments
Ma11hewThomas commented
Hello,
Thank you for creating a very useful plugin!!
Tool: Encode/Decode - URL
Error: URIError: URI malformed
Description:
I encountered an error while using the Encode/Decode - URL tool. When I try to encode or decode a URL by typing, if the encodeURI / decodeURI is unable encode or decode properly, it returns a URI malformed error that isn't handled.
Steps to reproduce:
- Go to the Encode/Decode - URL tool.
- Click on the "Decode" button.
- Click the "Sample" button.
- Add % character to the end of the sample URL
- URIError: URI malformed occurs