I am trying to get the entire url in filters but it doesn't give me after #
Browser url :
/en_US/web/guest/regulatory/disclosures#esma_endorsement
Below is code to get the url in my filters:
String reqUrl = httpReq.getRequestURL().toString();
It always gives:
/en_US/web/guest/regulatory/disclosures
I also tried with queryString but no luck.
I want to get the url along with #symbol
Can any one help me out?
Thanks, Naresh.