[Zope] How to get hands on url with hash?
Tino Wildenhain
tino at wildenhain.de
Tue Jan 3 18:08:45 EST 2006
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
More information about the Zope
mailing list