[Zope] How to get hands on url with hash?
Fred Drake
fdrake at gmail.com
Tue Jan 3 18:10:13 EST 2006
On 1/3/06, "Jürgen R. Plasser" <plasser at hexagon.at> wrote:
> 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?
The hash and the fragment-identifier that follows are only used by the
browser and are not sent as part of the HTTP request. If you need
information beyond the document identifier to be sent, you need to use
query parameters.
-Fred
--
Fred L. Drake, Jr. <fdrake at gmail.com>
"There is no wealth but life." --John Ruskin
More information about the Zope
mailing list