A query string is the part of a URL that contains data to be passed to web applications such as CGI programs.
2
votes
0answers
98 views
Replacing a portion of a query string in htaccess
I'm pretty green when it comes to rewriting URL's with htaccess, though I can do the basics.
In this case I have a series of query strings returned from a vendor to one of my scripts. That's all ...
2
votes
0answers
124 views
IE9 uri encoding issue
I am passing a parameter through the query string to a a php page.
The parameter is sent like
str=WNQwMGfRxgozriA%2FVvxwuMFIAAD1%2BHXmFjOSUa4tBGM%3D
All I'm having the php page do is echo the ...
1
vote
0answers
58 views
how to get column values from query string in c#
I want to know whether quantity column in table has NULL value, if it has NULL value then i want to do one operation and if it doesn't then i want to do some other operation
can any one please help ...
1
vote
0answers
156 views
Send complex data to C# with jQuery
I have a JavaScript object like so that I want to send to C# (question right at the bottom)
var data = {
mykey1: "somevalue",
mykey2: "somevalue2",
addProducts: [
{
...
1
vote
0answers
76 views
Connect static file fetching combined with manual http server
When starting a connect server without specifying a static file server (in coffeescript)
server = connect().use (req, res) ->
console.log req.url
server.listen 3000
the console log output of a ...
1
vote
0answers
50 views
Malformed HTTP Queries
I had an interview question a while back where I was asked to write my own version of PHP's http_build_query function, which accepts a hash of keys and values to encode as parameters in a web request. ...
1
vote
0answers
111 views
Can I use a query string in a Silveright relative URI? If so, how? If not, why not?
I have a Silverlight app where I'm trying to load an image from the server via a relative URL that includes a query string. Specifically, I'm accessing a proxy page called proxy.jsp that takes a ...
1
vote
0answers
101 views
Dojo's New Dgrid with a non-REST store
I would like to use Dojo's dgrid to replace a YUI data grid in a project I am working on. Presently, I feed data into the YUI widget using query string data, not a REST-based arrangement. I would like ...
1
vote
0answers
168 views
Anchor links don't work on pages with query strings
I've become dumbfounded by this. This might be something that I've just assumed worked all along, but in fact has never worked.
I've got an anchor link on a page <a ...
1
vote
0answers
62 views
why doesn't 'url query' seem to work in iOS?
I am trying to start my app from a url, and am using the querystring to get information on the details to start the application. I seem to be having problems with the [NSURL query] method.
- ...
1
vote
0answers
167 views
HTTP query string semicolon parameters separation
HTML 4.01 specification (B.2.2 Ampersands in URI attribute values) recommends HTTP servers to accept semicolon (;) as a parameter separator (for which ampersand & is in use).
Is any server ...
1
vote
0answers
285 views
Why ActionLink rendering Querystring values on Dev server, but not on my local environment?
I have an MVC project I've been working on in a local Dev environment.
This link is behaving oddly:
@Html.ActionLink("Kindergarten", "GradeKTo5", "WhoAreYou", new { grade = "K" }, null)
Local: ...
1
vote
0answers
1k views
Query String Parser Logic
Required to Parse the query string from URL. It is observed that for a sample query String, python and Apache STring Tokenizer is giving different Outputs [order of parsed string is varying]example:
...
1
vote
0answers
183 views
Bing Maps without Query Strings
The Bing Maps for Android SDK is currently broken for Android versions 3.x and up. While I would like to switch to Google Maps, it just isn't an option for me right now. In any case, Bing Maps doesn't ...
1
vote
0answers
150 views
Substituting query string parameter name in IIS
I was wondering if it is possible to substitute query string parameter names in IIS Rewrite.
For example:
http://www.old-site.com/searchresults?pId=77&page=3
To
...
1
vote
0answers
158 views
Wordpress querystring format from ?param=value to /param/value
I've added a querystring var to wordpress like this and now I need to change the notation from ? to slashes, so these
http://example.com/myweb/page-1/?param=value
...
1
vote
0answers
1k views
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 like textbox, checkbox, etc
It has action URL as http://xyz.com/someAction.do?param=value
I do ...
1
vote
0answers
987 views
How do I get the Query String in an InfoPath form linked to Sharepoint?
I know that I can do some magic with code-behind files in InfoPath, but when you have an custom InfoPath form linked to a SharePoint list, InfoPath seems to get stupid and forget how to do developer ...
1
vote
0answers
314 views
mvc 2 passing a parameter as a QueryString
If I have for example a controller home with a ActionResult videoInfo Home/VideoInfo that pop up a form where put id and after clicking button getinfo it will redirect me to a page where info about a ...
1
vote
0answers
2k views
.htaccess RewriteCond if QUERY_STRING is NOT matched
Simple question to explain, with not simple solution to find for me.
I'm trying to trig a RewriteRule only if a certain QUERY_STRING is NOT matched.
Something like:
RewriteCond %{QUERY_STRING} ...
1
vote
0answers
552 views
Passing Query string from jquery datatable to server on row delete
I am using jquery editable Datatable.When ever a table row is deleted,i want to get its row data and build a query string and pass it to the server url.Now i can get the row data but how do i pass ...
1
vote
0answers
420 views
Scraping ASP pages with Excel/VBA
I'm trying to scrape an ASP.NET page with Excel. Unfortunately, the page only returns 50 records at a time, of several pages. Excel's native Web Query module only picks up the first page. I want all ...
1
vote
0answers
234 views
VB6, RDO AND QUERYSTRING
I'm creating a query string as follows ...
gSql = "{ CALL MYSP( ?, ?, ?, ?, ?, ?, {resultset 10, RECORD_OUTPUT} ) }"
the {resultset 1000, RECORD_OUTPUT} is copied it from Microsoft's MSDN
The error ...
1
vote
0answers
502 views
Rails 3 Routing How to Match the Action in the Query String
I am trying to match the following URL:
http://www.example.org/wiki/some/long/path?action=edit
Where "some/long/path" is the :path param
I have been using
match '/wiki/*path/action=:action' => ...
1
vote
0answers
224 views
How can I remove particular value from query string for e.g Default.aspx?name=“my name is abc”
How can I remove particular value from query string for e.g Default.aspx?name="my name is abc"?
I want to remove 'abc' from above query string .
How can I do that??
I just want to show 'my name ...
1
vote
0answers
255 views
Passing variables from a function to a query string on link click
I need to pass some variables in a query string after it's run through a function once I click on a link.
So this is what I thought should happen:
<a href="/Print.aspx& + 'vars'" ...
0
votes
0answers
14 views
htaccess redirect if is iphone but not if querysring
what am i doing wrong?
as you see in the title i'd like to redirect to folder /mobile if its iphone & co
but only if there is NO querystring 'fullversion=true'
what i have so far is:
...
0
votes
0answers
27 views
Persistent Query Breaking Mod_Rewrite
I have links like this
example.com/content-main
example.com/content-main-alternate
example.com/one-level-down/deeper-level-down/content-buried
that map successfully to
...
0
votes
0answers
11 views
Browser Plugin to Limit Query String Length?
We are having difficulties with some browsers cutting off some of our query strings due to their length.
Does anyone know of a Firefox, IE, Chrome add-on/plugin that allows you to dictate a maximum ...
0
votes
0answers
9 views
Web API: QueryString model binding rules with DataAnnotations
I'm becoming quite confused about how model binding, and specifically model validation occurs in Web API. The majority of my actions receive objects through POST requests, and my models have a ...
0
votes
0answers
18 views
IIS URL Rewrite Not Working
I'm trying to redirect a URL that has query string parameters to a standard URL (without parameters).
Change This URL:
...
0
votes
0answers
10 views
Repeating query params search engine support
I can't find documentation on this matter.
Does Google support repeating query string parameters, like this?
/example?foo=ba1&foo=bar2&foo=bar3
Also, does Google understand that both the ...
0
votes
0answers
22 views
strategy advice for permalinks containing multiple options global to all durandal views
I have a number of options, lets call then OPTION1 and OPTION2 which are optional. Currently they are implemented and they are basically filters, they work, then change filters of the data which is ...
0
votes
0answers
43 views
jQuery Mobile Query Parameter test different between versions?
I am trying to use jQuery Mobile with query string parameters.
I have two test pagesbelow, one which works, one which doesn't.
The only difference between the two pages is the version of jQuery ...
0
votes
0answers
42 views
Removing PHP extension and rewriting query string with .htaccess
I'm using extension-less URLs but now want to also support query strings but have them seo friendly.
I want to be able to use URLs like:
domain.com/somefile/1234 OR domain.com/somefile/1234/delete
...
0
votes
0answers
119 views
asp.net + Passing values between pages with querystring and form post
I have read a few articles on the different techniques of posting values between pages. Using querystring for most of the occassion, I just realised that there's a form post method as well but I ...
0
votes
0answers
47 views
asp.net webform to handle variable in js as well as in aspx.cs file
I am enhancing/supporting development activity of web application build in asp.net web form. I would like to store a string containing ids separated by '-' keyword. when page completely load two ...
0
votes
0answers
51 views
Parameter is not set properly?
To translate part of URL to parameter(enum) I have the following code in my controller :
protected override void OnActionExecuting(ActionExecutingContext filterContext)
{
...
0
votes
0answers
17 views
htaccess authorization for url including query strings
Hi I am trying to get use htaccess directory or file protection for a php page that is loaded via a query string.
The example is:
Given a site www.mysite.com/index.php
protect the page loaded where ...
0
votes
0answers
52 views
How to pass an HTML string in a Query String in IOS
I have a simple IOS application that I created for consultants where I work. It has a custom keyboard with notation that they use that includes superscript and subscript characters. The easiest way ...
0
votes
0answers
44 views
How to use Routing in asp.net 3.5 in web form
I have used following code, But i am not able to access my querystring ......
public class RouteHandler : IRouteHandler
{
string _virtualPath;
public RouteHandler(string virtualPath)
{
...
0
votes
0answers
31 views
Query String working locally but not remotely
I am creating a blog site in MVC 3.0 and on that site I have a partial view called Archives which allows a user to select the blog posts to be filtered by month. When clicked, the following query ...
0
votes
0answers
33 views
ajax and strpos that checks current url with querystring
Below is my code to check current URL, if its in www.mysite.com/showcase it will show something. Inside this if statement are check boxes options that when ticked reload content via AJAX. It works ...
0
votes
0answers
37 views
Embed Code in Drupal
I am not familiar with Drupal but our clients report that what we provide as embed isn't working with drupal.
Our embed code will be
<iframe id="ivideoframe" ...
0
votes
0answers
133 views
Hide query string from URL using htaccess
I have this rule in .htaccess
RewriteRule ^([^/]*)/([^/]*)/$ article.php?id=$1&title=$2 [L]
to transform urls like
www.url.com/article.php?id=6&title=some-title
to
...
0
votes
0answers
48 views
Remove query string from inline css
I'm using the django compressor for my small site and I don't want the query strings on images. e.g. images/header.png?9e1ed2cd7d15
Is there someway to disable it?
0
votes
0answers
29 views
Query string in index file duplicating posts
I am trying to order the posts by the date modified rathter than created. While researching i found a snippet of code that you add in the index file but when editing or even adding a new post they are ...
0
votes
0answers
104 views
Filter Data Form Web Part Display form to show results for displayed page in a wiki library
I am building a DVWP / Display form for an Enterprise Wiki to display comments on the pages they are entered on following ...
0
votes
0answers
46 views
Giving access to user to update their info in mysql permissioned by query string variables
How secure or problematic is this? Giving access to user to update mysql permissioned by 3 query string variables.
(I'm looking for a multi user username / password php / mysql script with password ...
0
votes
0answers
59 views
Bad Request 400 in web reqest
I must return last 3 post facebook using request http
using System;
using System.ComponentModel;
using System.Web.UI.WebControls.WebParts;
using System.Net;
using System.IO;
using ...



