I recently came across a web application whose URLs have the form:
https://URL.com/page/uuid/#/anotheruuid/area?action=whatever
I am confused as to the use of #
in the URL. Usually, the pound symbol is reserved for fragment identifiers, which go at the end of a URL. What is the use here and what is its purpose?