Can Any One Explain About URL Encoding?
URL encoding converts characters into a format that can be transmitted over the Internet. URL encoding replaces unsafe ASCII characters with a “%” followed by two hexadecimal digits. URLs cannot contain spaces. URL encoding normally replaces a space with a plus (+) sign or with %20.
For Example:
Encoded URL:
https://www.prothomalo.com/video/watch/1572768/%2F%E0%A6%86%E0%A6%A4%E0%A6%B6%E0%A6%AC%E0%A6%BE%E0%A6%9C%E0%A6%BF%E0%A6%A4%E0%A7%87-%E0%A6%86%E0%A6%B2%E0%A7%8B-%E0%A6%9D%E0%A6%B2%E0%A6%AE%E0%A6%B2%E0%A7%87-%E0%A6%B0%E0%A6%BE%E0%A6%9C%E0%A6%A7%E0%A6%BE%E0%A6%A8%E0%A7%80%E0%A6%B0-%E0%A6%86%E0%A6%95%E0%A6%BE%E0%A6%B6
and if we decode it it’ll be like…
https://www.prothomalo.com/video/watch/1572768/আতশবাজিতে-আলো-ঝলমলে-রাজধানীর-আকাশ
Thanks i know it, but issue was different from this time. now solved