Why would you need a slash at the end of a URL?
Posted
by Daniel
on Stack Overflow
See other posts from Stack Overflow
or by Daniel
Published on 2009-09-21T21:26:02Z
Indexed on
2010/06/18
12:53 UTC
Read the original article
Hit count: 195
Is there a difference between these URLs in regards to having slashes at the end of the URL?
https://drchrono.com/about_us
https://drchrono.com/about_us/
Do web frameworks and web servers (e.g. Apache, Nginx, Django) handle these requests differently?
© Stack Overflow or respective owner