Top "Query-string" questions

The part of a URL after the ? (question mark), containing parameter=value pairs separated by & (ampersand).

How to remove x and y on submit in HTML form with Image type button?

I have created a form in my application as follows: <form action="/search/" method="get"> <input id="…

html forms url query-string
Can Spring MVC's REST framework accept query strings rather than PathVariables?

In all the tutorials and articles I have read regarding Spring 3's RESTful additions to Spring MVC, I have only …

spring-mvc query-string spring-3 path-variables
How can I match query string variables with mod_rewrite?

Suppose I have URLs with query string parameters like these: /index.php?book=DesignPatterns&page=139 /index.php?book=Refactoring&…

regex apache mod-rewrite query-string
301 redirect from URL with query string to new domain with different query string

I am trying to figure out how to do a 301 redirect in my htaccess file to redirect some files to …

.htaccess redirect query-string http-status-code-301
Regular expression to remove one parameter from query string

I'm looking for a regular expression to remove a single parameter from a query string, and I want to do …

regex query-string
How to obtain the query string in a GET with Java HttpServer/HttpExchange?

I am trying to create a simple HttpServer in Java to handle GET requests, but when I try to get …

java get query-string httpserver
Why is the comma URL encoded?

When debugging in ASP.NET MVC, I don't see a difference between: http://mysite.com?q=hi,bye and http://…

asp.net-mvc forms query-string urlencode
Google sheet embed URL documentation

Does anyone know if there is any official documentation for google spreadsheet embed URL paramaters? That is, given an embed …

google-sheets embed query-string
how to get query parameter in lua or nginx?

I am trying to implement this- https://gist.github.com/MendelGusmao/2356310 Lua,nginx based URL shortener,The only change i …

nginx lua query-string url-shortener request.querystring
How can I mod_rewrite and keep query strings?

I want to mod_rewrite a URL to another page, but then I also want any query strings added to …

apache .htaccess mod-rewrite query-string