WeChall
- Your answer is correct. To keep track of your progress you need to register.
CGX: URLs
Hello future Hackers,
In this video we talk a bit about URLs.
If you know URLs, you will be able to solve the lessons down in the draft.
Greetings
- gizmore and x
Mark as solved
This challenge is just a video tutorial for real beginners. You can
press here to mark it as solved.
# CGX#13: urls
In this lesson we talk about urls.
I have hidden a few inside this
[markdown](https://pandao.github.io/editor.md/en.html)
document, and you probably know already what an
[URL](https://en.wikipedia.org/wiki/URL?rel=gizmore)
or
[Uniform](https://www.hostinger.com/tutorials/what-is-a-url)
[Resource](https://developer.mozilla.org/en-US/docs/Learn/Common_questions/Web_mechanics/What_is_a_URL)
[Locator](https://www.techtarget.com/searchnetworking/definition/URL)
is...
It is used in e.g. links to access ressources,
which is just an URL with a text, like this:
[https://mp3:gizmore@google.de:443/?q=gizmore&x#Amir](https://mp3:gizmore@google.de:443/?q=gizmore&x#Amir)
To demonstrate it, the text here equals the link.
Anyway, i am sure some
[newbies](https://memes.com/m/KwEZ9D8eR8V)
will learn something,
and some of us would
[call](tel:004917659598844)
this a
[link](https://en.wikipedia.org/wiki/Magnet_URI_scheme)
from the
[past](https://remix.kwed.org/download.php/4242/SkyMarshall%20Arts%20-%20Abyss%20Game%202%20%28Emulate%20the%20Past%20mix%29.mp3).
- [protocol](mailto:codinggeex@wechalll.net?subject=things)
- [host](https://www.wechall.net)
(
[domain](https://www.namecheap.com/)
[IP](http://127.0.0.1)
)
- port
- path
- auth
- query
- hash
- url encode
- http get it no post url
[browsers](https://www.mozilla.org/en-US/firefox/new/)
got it: ftp was
[filed](file:///etc/passwd)
dropped
- [rants](#why-)
- maxlength
- utf8 and look-alikes
[Happy Challenging](https://www.wechall.net/challenge/training/encodings/url/index.php)!
- [AmirGT](https://www.wechall.net/profile/AmirGT),
[Dewy](https://www.wechall.net/profile/Dewy),
[rainn](https://www.wechall.net/profile/rainn),
[gizmore](https://www.wechall.net/profile/gizmore),
[x](https://www.wechall.net/profile/x)
(https://youtube.com/@codinggeex)
### Why ?
Why did they use 2 different characters
for the query part of the url? (`?` and `&`)?
This complicates url a lot.