When we really need to encoding URL since we can easily decode it using decoder? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 28

When we really need to encoding URL since we can easily decode it using decoder?

"URL encoding replaces unsafe ASCII characters with a "%" followed by two hexadecimal digits." What's the meaning "unsafe ASCII characters"? could u give more additional explanation about "inject code via the URL" related to encoding URL? Please give real sample when we really need to encoding URL.

14th Oct 2017, 2:06 PM
Adi Pratama
Adi Pratama - avatar
2 Answers
+ 5
Cross-site scripting (XSS) is a thing. https://en.m.wikipedia.org/wiki/Cross-site_scripting Also, things like whitespace have to be represented as a %20, because URLs can't have whitespace.
14th Oct 2017, 2:02 PM
LunarCoffee
LunarCoffee - avatar
+ 1
So anyone with even basic skills wouldn't be able to just inject code via the URL.
14th Oct 2017, 1:52 PM
LunarCoffee
LunarCoffee - avatar