Can I read the hash portion of the URL on my server-side application (PHP, Ruby, Python, etc.)?
Assuming a URL of: www.example.com/?val=1#part2 PHP can read the request variables val1 using the GET array. Is the hash value part2 also readable? … Read more