As far as I know, the browser never actually sends that. Client-side JavaScript can access it, so I think that's the best you'll be able to do. Otherwise you'll need to use a query-string or somesuch.
What do you need this for? On 12 Jan 2008, at 13:52, Phil Crosby wrote: > I've made a request to my server in a new window: > > http://localhost:8080/main#hello > > How can I discover that the request was made with #hello on the end? > Everything in web.ctx.environ seems to have stripped out the hash mark > piece. > > I'm using 0.22 > -Phil Crosby --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web.py" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/webpy?hl=en -~----------~----~----~----~------~----~------~--~---
