The first technique that I can write the Query string is using the submit's form.
I want to change the url without the redirect.
Old Url is
localhost:8080
and automatically adding foo=1&foo=2 (variable s) in the Url
localhost:8080?=foo=1&foo=2
There are other technique or means for writing?
localhost:8080there is no way to requestlocalhost:8080?=foo=1&foo=2without redirecting the browser unless you use some htaccess url rewritinglocation.hashand replace whole content using ajax. then if user clicks refresh page with hash in the url, you have to intercept it as early as possbile and do same aforementioned injection.