Any Web Developer should know what URL Encoding is and why we need to use it – in this video I’ll be explaining exactly that.
URL Encoding is a way we can safely transfer “unsafe” characters in the URL – things like special characters and reserved characters. It’s as simple as that!
Support me on Patreon:
– with enough funding I plan to develop a website of some sort with a new developer experience!
For your reference, check this out:
Follow me on Twitter @dcodeyt!
If this video helped you out and you’d like to see more, make sure to leave a like and subscribe to dcode!
#dcode #webdev #code
Nguồn: https://svdpch.org/
Xem thêm bài viết khác: https://svdpch.org/cong-nghe/
I read a lot of stuff but only video helped. Thanks dom+%26+dogs!
This doesn't explain percent encoding of Unicode. https://tools.ietf.org/rfc/rfc3629.txt – "The first octet of a multi-octet sequence indicates the number of octets in the sequence." – I don't understand that. Percent of encoding can only be %hh, %hh%hh, or %hh%hh%hh where h=hexadecimal number. Source: https://www.url-encode-decode.com. This might be helpful: http://www.bizcoder.com/there-is-unicode-in-your-url. This helped: https://en.wikipedia.org/wiki/UTF-8#Examples.
Thank you!!!!
What font did you use? Thanks
Sir!! This is so informative tutorial. Thanks for your contribution.
knowledgable video I need help I want to send uniocde 8 values can you put some light on it
Is there a way to have the %20 in the url of chrome use a hyphen? I know each browser renders it different, mozzila leaves the blank spaces in. I just think More-than-just-a-pretty-website looks better than more%20than%20just%20a%20pretty%20website.
Also I use a 50 character token to verify signup forms thats passed in the url. Should I be encoding the token or not?
Wow I searched for this video day before in you channel and here u r with video great
Something that had been lying on my plate for a while but I dared not touch it. Good stuff!