Top "Query-string" questions

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

Parse a query string parameter to java object

I have query string like that: ObjectGUId=1abcde&ObjectType=2&ObjectTitle=maximumoflife&Content=racroi&TimeStamp=2012-11-05…

java parsing query-string querystringparameter
PHP: Case-insensitive parameters

How do I accept passed GET or POST values case insensitively? Like sample.php?OrderBy=asc will still be the …

php variables performance query-string case-insensitive
url rewriting in mvc4 with razor engine

I want to rewrite following url - http://localhost:99/Product/CategoryLevel?CategoryId=65&ProductName=Vitamins with http://localhost:99/Product/Vitamins, (…

asp.net-mvc asp.net-mvc-4 url-rewriting query-string url-rewrite-module
Navigate a URL with Query string values on click of hyperlink

I have a control with 'email' and 'password' textboxes and a 'autoLogin' checkbox. All are web form controls (not html …

c# query-string navigateurl
Decoding query strings in PHP

Okay, so I've written a REST API implementation using mod_rewrite and PHP. I'm accepting a query string via the …

php api rest query-string formencode
Set URL parameters without causing page refresh

How can you set URL parameters using History.pushState() to avoid browser refreshes? If there is a not a simple …

javascript jquery url query-string html5-history
amazon S3 bucket policy - restricting access by referer BUT not restricting if urls are generated via query string authentication

I have the following bucket policy set on my bucket: { "Version": "2008-10-17", "Id": "My access policy", "Statement": [ { "Sid": "Allow …

amazon-s3 query-string amazon policy bucket
setting query string in redirecttoaction in asp.net mvc

I have to do a redirecttoaction call in asp.net mvc view with varying params, extracted from the referrer page …

asp.net-mvc asp.net-mvc-routing query-string redirecttoaction
HTML form POST method with querystring in action URL

Lets say I have a form with method=POST on my page. Now this form has some basic form elements …

forms query-string struts-1
How to set the X-Robots-Tag HTTP header via .htaccess file based on URL query string

Is it possible to apply HTTP header directives based on the URL's query string using an apache .htaccess? For example, …

.htaccess http-headers query-string nofollow noindex