Closed craig552uk closed 9 years ago
I think this is the intended way all the modern browsers work, due to libraries like Angular or Ember use the hash in the address bar for defining internal routes.
Yes, @dantodor is right. The browsers don't actually send the fragment: https://en.wikipedia.org/wiki/Fragment_identifier
That, I did not know. Thank you both and apologies for the unnecessary ticket.
The URL hash fragment is not included in the request structure.
e.g.
When displaying the Request using
elli_request:to_proplist(Req)
on therequest_complete
event handler: