There is a website which takes some input from user and store it somewhere. Now, in the input field, I type - naman#jain . Now a url will be formed like - www.website.com/?name=naman#jain in client side . And #jain is also sent to server. As I read about it after # browser ignores everything. Correct me if I am wrong. So how this actually happens?
I tried to ask question in comments here-Usage of hash in URL but could not find appropriate answer.