Closed gitgetgotgotten closed 1 year ago
I got confused a bit. AFAIK, the absolute path (The exact path) is like http://example.com/an-image.jpg
and the relative path (A path relative to the current) is like /an-image.jpg
.
URL Spec says: http://example.com/an-image.jpg
is an absolute URL, /an-image.jpg
is an absolute path.
Thanks, former looks good, but latter should be “absolute”. It is not “relative path”. See spec.