Many users in my company bookmark Zeppelin notes e.g. http://localhost:8080/#/notebook/2A94M5J1Z. If users are authenticated, the bookmarks work great. If users are not authenticated, we send them to an authentication server that has a mechanism to remember the original query string that can be used to redirect users to the original note after authentication. Since Zeppelin note URLs have # in them, the note name is not sent to the server and after authentication, users are sent to the home page. Any ideas on how to fix this?
I am not very familiar with angular. What are your thoughts on: https://scotch.io/tutorials/pretty-urls-in-angularjs-removing-the-hashtag http://stackoverflow.com/questions/14771091/removing-the-fragment-identifier-from-angularjs-urls-symbol Thanks, Prasad