There are 2 ways that data is appended to URL (atleast that's what I am aware of, there can be more ways)
- Http
get
method .serialize()
Both of them append data to the url and are mostly used in forms
. But I want to know what is the use of appending data to the url? In what cases will I need to append USER data to the URL? If there are cases and advantages, I can make use of them but I cant think of a reason for exposing user data through url from a form.