Questions tagged [query-string]

The part of a URL after the ? (question mark), containing parameter=value pairs separated by & (ampersand). In a request made to a web application at a particular URL, the parameter+value data in the query string is parsed/consumed by the web application on the backend that receives the request.

See also: https://en.wikipedia.org/wiki/Query_string

3924 questions
1
vote
3 answers

Flash AS3, Redirect after movie plays - with php driven querystring

I've got a situation where I have a visitor arriving at a php page with a ID key. They then navigate to page 2 where they key id is carried along in a querystring variable. i.e. http://www.mysite.com?x=abcde12345 Page 2 has a flash video on it -…
Chasester
  • 661
  • 3
  • 16
  • 33
1
vote
2 answers

Receiving SOAP notifications from eBay api into ASP variable?

I am trying to receive ebay api transaction notifications into an ASP hosted on a web server. The notifications are sent as SOAP messages and can be sent to a URL with a query string. Notifications must be responded to with HTTP 200 OK. I would like…
mholberger
  • 307
  • 3
  • 13
1
vote
3 answers

MULTIPLE QUERY_STRING COMBINED ALONE QUERY_STRING

I've a list of redirections to do and many of them are similar to others, but less or more restrictives, for example: http://www.example.com/example/form.aspx?code=2 to http://www.google.com And in the other…
1
vote
2 answers

How to disable postback or encoded query string ASP.NET

I have an application that all the button over the page is do postback or maked encoded URL (like Yellow highlight) if clicked. How to disable that? But if i make simple web form, with sample button. It working normally, not showing encoded url…
Bcktr
  • 187
  • 6
  • 16
1
vote
1 answer

How to make Classic ASP querystring parameter not to pass code. Security issue

I have a Classic ASP page(Like below), /Test.asp?url="%0a%0dmsgbox("Test%20XSS")%0a%0ddim%20test%0a%0dtest=" We are passing URL as Query string.But when we pass the above parameter, it is displaying the message(because of msgbox) before the page…
1
vote
1 answer

ASP.NET MVC Create querystring from form

I am trying to create a simple search box that results in something like http://www.example.com/Search?s=searchTerm I have the routing setup so that it accepts a url like this, and does the right thing. The problem I'm having is getting the form…
iboeno
  • 3,469
  • 3
  • 18
  • 13
1
vote
1 answer

Can an http get request's parameter be a url?

We've got a client that would like to get a response from our server that would look something like that: http://www.clientDomain.com/tmp?first=a&second=b&link=$$http://www.otherDomain.com/tmp?third=c&forth=d$$ The client doesn't want the link…
Gil Shamgar
  • 468
  • 1
  • 5
  • 10
1
vote
0 answers

Automatically populate html input control with query string parameter's value without using JavaScript

Is there a way to populate - automatically and without using JavaScript or any other code - an HTML input control with the Query String parameter's value as long as the parameter's name can be matched to the input control's name? Thanks
Frank M.
  • 49
  • 1
1
vote
1 answer

Mod rewrite multiple languages

Alright im doing a site which is available in multiple languages. I have ran into some problems with my mod rewrite. I'm trying to do this: Normal page without extra querystrings: /en/whatever And the page with problems (with querystrings):…
user328146
1
vote
2 answers

JavaScript: Get query string from URL with routing that uses # sign

I'm using Ext JS's routing in my app, but this is a more fundamental question... just know that routing in Ext JS is set up like http://url/#area1/subarea1, where #area1 will take me to the parent level area, and subarea1 will take me to area1's 1st…
incutonez
  • 2,821
  • 6
  • 39
  • 77
1
vote
1 answer

Flagging a query string in htaccess and retrieving it in PHP

This is my .htaccess: RewriteEngine On RewriteCond %{ENV:REDIRECT_STATUS} !^$ RewriteRule .* - [L] RewriteCond %{QUERY_STRING} ^(.+)$ [OR] RewriteCond %{REQUEST_URI} ^(.*)\?(.+)$ RewriteRule .* - [ENV=HASQSTRING:1] # miscellaneous rewriterules to…
Mike -- No longer here
  • 2,016
  • 1
  • 11
  • 26
1
vote
3 answers

Retrieving table from QueryString ASP.NET

I am creating a simple query to grab a row of data according to the ID that is held in a text box. However it is not retrieving information nor is it erroring. I have a textbox in which is filled with a querystring parameter thats passed in the…
D B
  • 296
  • 5
  • 25
1
vote
1 answer

iframe containing querystring causes problems in JSF

I am trying to insert a Yahoo weather widget in a JSF page. The code generated by Yahoo is: