Is there a way to access to the hash portion of the url from serve

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am working on a web application that receives information passed to it in
the hash portion of a URL. In javascript I can access it as location.hash,
but I need to do certain processing with it at the server. I can't seem to
access this portion of the URL. I can't even access the entire URL as passed
in the browser to parse it out myself.

Does anyone know a way to get to the hash code?
 
Back
Top