I have a URL which gets formed like below: http://localhost:8080/app/angular/users/#/update/745
When i try to get the URL using request.getRequestURL()
I get the URL till http://localhost:8080/app/angular/users. I tried different methods from HTTPServletRequest
but none worked.
Can someone please help on this ? I need to understand how can i get full URL, and what is with #.