I can’t seem to find the attribute that allows me to get the #something part of http://www.domain.com/#something. I have tried self.request.url, self.request.path, self.request.uri, etc, these do not include the anchor part of the url. What do I do to get the anchor portion?
Share
From http://en.wikipedia.org/wiki/Fragment_identifier#Basics.