Why we have a trailing "/" in a link what does it suggest to the browser? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Why we have a trailing "/" in a link what does it suggest to the browser?

for example we see https://www.google.com/

17th Mar 2017, 4:43 PM
Anand Patidar
1 Answer
+ 1
it suggests the browser to load the default page in this url. The default page is usually index.html or index.php or whatever the web server is configured to.
17th Mar 2017, 5:38 PM
hdo
hdo - avatar