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
14 views

asp.net iframe value update from parent not working

I have a pretty simple code - in parent window: <iframe id="iSliders" height="200" width="100%" scrolling="no" frameborder="0" runat="server"> when age is updated by another code I reload the ...
0
votes
0answers
2 views

pass query string variable in wordpress to get on custom page

I want to pass a variable in to page url like: <?php echo get_site_url()."?page_id=27&portfolio=".$post->ID; ?> It will go on custom detail-page with prtfolio id. But it goes to not ...
1
vote
3answers
24 views

Request.QueryString - replacing + (plus) sign with space - in ASP.net

abcd.aspx?ST=f7aABcBdHIm7E8/0SAWKGtz8qKkhwNpJuZ+Jh+Jg+jg=&ET=d0698IjyKXsfkDDAmgy79kOd8+ONzX6IlgSrDME0QHw= when i use in .cs page like : Request.QueryString["ST"] Gives me the value : ...
0
votes
1answer
25 views

Building Java server and I can't get my page to stop loading (using PrintWriter and Buffered Reader)

I'm building a Java server and everything has been working as expected until now. I can serve up a static html page using two methods I wrote: body and header. Now, I am trying to write a new ...
0
votes
0answers
22 views

Rails Hash to string without quotes, brackets

By default my ruby hash is getting converted following way when I am trying it to log it to a file. Hash: {"q1"=>"$25 - $50k"} Output: q1=%2425+-+%2450k Desired: q1=$25 - $50k I tried ...
2
votes
1answer
36 views

Get raw query string in flask

Is there a way to get the raw query string or a list of query string parameters in Flask? I know how to get query string parameters with request.args.get('key'), but I would like to be able to take in ...
1
vote
1answer
29 views

Uniform way of passing an array in querystring in ASP.NET MVC 4

I have a controller's action: public ActionResult Find(IEnumerable<string> ids) { ... } I'm succesfully invoking it by route ../Find?ids=01&ids=02&ids=03. DefaultModelBinder easily ...
0
votes
2answers
25 views

template parsing URL in java

I have a application that receive a message from SMPP server and forward the received message to users web services. all users have a URL in database like this: ...
0
votes
3answers
43 views

searching alphanumeric string

I have a varchar field in mysql table and I want to search string in php which is alphanumeric right now it shows number only results. For example if I search for 111 then it should show results ...
0
votes
1answer
20 views

When attempting to redirect with httpget, it leaves the query string out of the url

I've got a shopify snippet that creates a button that is supposed to redirect the user to a web page that lets them customize their order. (That's not the actual url) <div ...
0
votes
1answer
10 views

.htaccess redirect QUERY_STRING and not propage QUERY_STRING

I would like to make a permanent redirection of /ask?search%255Bto%255D=test to /question/test I add in my .htaccess RewriteCond %{QUERY_STRING} ^search%255Bto%255D=([a-zA-Z0-9\-]*) ...
0
votes
1answer
24 views

AttributeRouting - how to specify route with query-string

I'm trying to add AttributeRouting to my WebAPI project. On one controller I currently have three GET methods defined: [GET("dictionaries")] public IEnumerable<Dictionary> Get() ...
0
votes
1answer
20 views

Querystring truncated with window.open()?

I want to open a popup window for a printview and I have to pass the object id as get-parameter. var w = window.open('http://example.com/print/?id=42'); But JavaScript cuts the querystring at this ...
0
votes
0answers
21 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
1answer
63 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 ...

1 2 3 4 5 120
15 30 50 per page