How is it possible that web applications like Google Maps and Mixcloud update their urls without the use of a hashbang (also known as #!
)?
Notice for example the coordinates right after the @
sign in the URL while swiping the view in Google Maps. Or note that the music keeps playing while following some links.
I'm looking for a programmatic way to achieve the same functionality and I would also like to know how this works.