Web Application Basics
https://tryhackme.com/room/webapplicationbasics
URL Uniform Resource Locator
Uniform Resource Locator (URL) Info about URL here: https://url.spec.whatwg.org/
Today I learned there's URL and URI (<that's uppercase i )
Examples of popular URI schemes include http
, https
, ftp
, mailto
, file
, data
and irc
. URI schemes should be registered with the Internet Assigned Numbers Authority (IANA), although non-registered schemes are used in practice.
And while learning about status code, ironicaly THM gave me one...
Last updated