What is the difference between Absolute vs Relative URLs?

Absolute /Fully Qualified URLs:
  1. Contain all information necessary for the browser(or other client program) to locate the resource named in the URL

Relative URLs:

  1. Only provide information necessary to locate a resource relative to the current document(document relative) or current server or domain(root relative)
  • Document relative URL - page1.aspx
  • Root Relative URL - /syncfusion/Admin/pagelog.aspx