Re: URL fragment parsing

2013-02-26 Thread Maxim Solodovnik
AFAIK it is impossible to read URL hash on the server side Hopefully somebody can write component for that :) I use JS (with the hack to pass authorization) On Tue, Feb 26, 2013 at 11:40 PM, Michael Chandler michael.chand...@onassignment.com wrote: Is it possible to read and parse values in

Re: URL fragment parsing

2013-02-26 Thread Martin Grigorov
Hi, The browser doesn't send this information to the server. You need to read it with JS and send it manually (Ajax). Earlier today another user shared his project in GitHub about the same. Read the mail archives. On Tue, Feb 26, 2013 at 7:02 PM, Maxim Solodovnik solomax...@gmail.comwrote: