3 Jan
2006
3 Jan
'06
11:08 p.m.
Jürgen R. Plasser schrieb:
Is it possible (or even intended, did'nt read any RFCs regarding this) to retreive any url like http://www.example.com/index_html#hash (<- note: hash!) from the request?
I need this for a login-redirect, the user clicks on a link like the one above and zope needs authentication (done by CookieCrumbler). I store the referrer in field called came_from where I can redirect (CookieCrumbler does this) the browser to after login.
What do you think?
Its impossible. Everything from # is only handled by the browser and never sent to the server. Even inline-auth wont probably help. Regards Tino