It looks like webpy strips fragment identifiers before passing the uri to the GET function. Is there a way to access the fragment identifier from within that function? For example, I have a uri: http://example.com/23#person and would like to collect the 23#person in the second argument to the GET function. Currently, all I'm getting is 23.
Thanks! Aaron -- 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.
