A query string is the part of a URL that contains data to be passed to web applications such as CGI programs.

learn more… | top users | synonyms (1)

0
votes
0answers
9 views

Simple htaccess redirect without query string

I want to redirect the following link http://www.example.com/full-tang-polished-samurai-katana-sword.html to http://www.example.com/final-fantasy-advent-children-cloud-buster-sword.html I used ...
1
vote
0answers
30 views

QueryString in domnio xpages or not, not normalized

I'm trying to adapt an application with domino xpages. The html request send by client are like http://www.someserver.org/someapplication.nsf/someresource.png?v=2.3.4 or ...
0
votes
1answer
16 views

PinIt Pinterest Button Does not Show Image

I have a Magento store at http://www.harmonics.co.uk and I have PinIt buttons on products. The problem is when you click it, it does not pick up the image from the media attribute in the query ...
0
votes
1answer
16 views

.NET Submitting HTTP request to webservice that requires nameless parameter in query string

I'm creating some classes to interact with a web service (built by a 3rd party), that in (almost) all cases only accepts GET queries. One of my classes is a WebServiceClient class, which encapsulates ...
1
vote
0answers
9 views

Rewrite rule to drop .html and to keep the querystring while navigating between pages

I have html pages and I want to remove the .html and keep the query-string in place that when a visitor comes in with a query-string and navigate between pages the query-string remains in place. So ...
1
vote
1answer
37 views

Why does the string change itself when passing as a QueryString?

I work on a project based on Windows Phone 7.5. I have page 1 which pass a URL as a QueryString. the e.Value.ToString() is ...
0
votes
0answers
32 views

How to convert my parameters for a BIRT report from a Query String to a XML?

I have an app that send parameters to a report in BIRT, first the app convert the parameters into a JSON and then to a querystring so Birt can receive them by url. Now I need to convert the ...
0
votes
1answer
24 views

querystring in URL of MVC app

I am having trouble with building a URL with a query string. I have this code that does what I want it to: formatoptions: { baseLinkUrl: '@Url.Action("UserInformation", "UserList")', idName: 'Id' } ...
0
votes
1answer
30 views

querystring function failing

I'm using the following function to enable me to easily grab querystrings from URL's. var urlParams = {}; (function () { var e, a = /\+/g, // Regex for replacing addition symbol with a space ...
0
votes
1answer
17 views

query string parameter for new method in rails app

I have a noob's problem, I have two models "deals" and "companies", a company has_many deals. i want to create a link to new_deal_path from show_company that pass into query string the id of the ...
1
vote
0answers
42 views

mvc make a querystring array with model

I have a mvc project about e commerce. Now I am using a filter for order to product on razor page. For example when page is first load I want to create my action link first querystrings. Then click ...
1
vote
1answer
16 views

node.js http 'get' request with query string parameters

I have a Node.js application that is an http client (at the moment). So I'm doing: var query = require('querystring').stringify(propertiesObject); http.get(url + query, function(res) { ...
0
votes
1answer
13 views

.Net WebClient fails for very long query string

I'm trying to connect to a oracle webmethods web service which takes an xml file as a query string. The query string is very long, sometimes around 400K chars. WebClient, HttpWebRequest etc. does not ...
1
vote
1answer
27 views

Extract URL fragment

Having a hard time finding the URL fragment (the part following the '#' character) using Python 3.3.0. I tried print(os.environ, file=sys.stderr) However neither the 'REQUEST_URI' or ...
0
votes
1answer
18 views

How to update certain parameters in HTTP GET query string in Android?

I'm gonna build an application when elements are chosen from menu and their corresponding query string's parameters must change in order to display information: Query string example: ...

1 2 3 4 5 120
15 30 50 per page