search for: querystring

Displaying 20 results from an estimated 57 matches for "querystring".

Did you mean: query_string
2018 May 07
1
How to log querystring values?
Philipp, Thanks so much for your time and relpy. This dawn, before read your email, I worked to implement the URL authentication and it worked like a charm. I am still using querystring instead of custom header field because I have no control over the player. But, the excelent news is, no more rproxy! =) And you were right, this way I have more possibilities than before! Again, thanks so much and congrats for the awesome job. ps: Icecast is so far more efficient than S...
2018 May 06
2
How to log querystring values?
...------------------------------------ De: "Philipp Schafft" <lion at lion.leolix.org> Enviado: domingo, 6 de maio de 2018 09:30 Para: subscription at nextdial.com.br, "Icecast streaming server user discussions" <icecast at xiph.org> Assunto: Re: [Icecast] How to log querystring values? Dear Mr./Ms. subscription, On Sun, 2018-05-06 at 08:35 -0300, subscription at nextdial.com.br wrote: > I need to get some values passed in the querystring request in the log > file. > > Something like that bellow: > > ie: "GET /radio?id=1 HTTP/1.1" instead of...
2005 Oct 27
3
String.protoype.toQueryParams
...9;'s the correct way to use it). /* String.prototype.toQueryParams takes a query string, i.e, string with name value pairs separated with ''&'', splits them up and returns an object using whose properties we can get the values of the params */ /* Usage: var queryString = "?name=mandy&email=mandiv-/E1597aS9LQAvxtiuMwx3w@public.gmane.org&age=20"; name = queryString.toQueryParams().name; email= queryString.toQueryParams().email; age = queryString.toQueryParams().age; alert(name+" "+email+" "+age); */ toQueryParam...
2018 May 07
0
How to log querystring values?
...----------- > De: "Philipp Schafft" <lion at lion.leolix.org> > Enviado: domingo, 6 de maio de 2018 09:30 > Para: subscription at nextdial.com.br, "Icecast streaming server user > discussions" <icecast at xiph.org> > Assunto: Re: [Icecast] How to log querystring values? > Dear Mr./Ms. subscription, > > On Sun, 2018-05-06 at 08:35 -0300, subscription at nextdial.com.br wrote: > > I need to get some values passed in the querystring request in the log > > file. > > > > Something like that bellow: > > > > ie: &q...
2015 Feb 02
1
RFC: Handle query strings for http and https (RHBZ#1092583)
...password = password; query = query } = uri in let discard = if readonly then None else Some "besteffort" in g#add_drive ~readonly ?discard ?format ~protocol ?server ?username ?secret:password - path + ?querystring:query path ) files in diff --git a/fish/options.c b/fish/options.c index 9ffcc6b..0d5ec2e 100644 --- a/fish/options.c +++ b/fish/options.c @@ -68,6 +68,7 @@ option_a (const char *arg, const char *format, struct drv **drvsp) drv->uri.server = uri.server; drv->uri.userna...
2018 May 06
9
How to log querystring values?
Hello, I need to get some values passed in the querystring request in the log file. Something like that bellow: ie: "GET /radio?id=1 HTTP/1.1" instead of only "GET /radio HTTP/1.1" Do I need to change something in the source and compile? Or there is another way? Best, Thiago -------------- next part --------------...
2005 May 18
1
Mysql cmd with Asterisk Problems
Hello all: I am trying to use the mysql command to retrieve information from a mysql database. my example here was formed from using the wiki reference to using the mysql command. The problem is with the fetch command. Here is the macro code: Mysql(QueryString=SELECT\ ivr-password\ from\ users\ where\ ivr-id=${userid}) Mysql(Query r ${connid} ${QueryString}) Mysql(Fetch fetchid ${r} dbuserpass) Mysql(Clear ${resultid}) Mysql(Disconnect ${connid}) However, it never gets past the fetch line. and ${r} is not showing anything either from che CLI window. I u...
2006 Feb 17
1
A unique 'click to call' project - Could use some advice <--one thing I forgot
In the example I posted previous, there is an obvious gaping security hole, it would be trivial for someone to read the querystring and exploit it to make free phone calls, spoof caller ID (if you allow the CallerID to be set with a QueryString value), etc. You want to make damn sure that the URL is not publicly accessible or somehow obsfucate the querystring, or use POST. In my case, I hard-code the destination phone number...
2008 Jul 10
2
Need Browser to Not Cache Ajax Image
I am banging my head against the wall here. I have a gd-generated image that keeps being changed via ajax on my page. Since the image is generated based on querystring parameters (which don''t change) but is based on a model (that is constantly changing), the browser caches the image and you have to do a page refresh to update the image. I have hacked around it by appending a random number to the querystring, but that should make every image be cached to...
2013 Jun 06
1
Introducing MailJack: autogenerate querystring parameters that are appended to links in your emails
Hey All, I just wrote a nifty gem and wanted to share(its one of my first). Wondering if anyone would be so kind as to tell me what they think and/or code review it. MailJack - its like LoJack but for the links in your emails. The problem this solves is the ability to track click throughs in emails. https://github.com/synth/mail_jack Basically, you specify what mailers you want to track
2007 Oct 26
0
prototype's toQueryString() weird behavior in IE?
Hi all, situation: uploader + form with a "title", a "description" and a "tags" field. Using prototype I encode those (among other values) to a querystring. In the case a field is left empty, i want the querystring to look like this: &title=&message= ...etc. No problem in FF (pc/mac) but when i submit the empty values to IE, they are returned as ''undefined''. If i alert these values, i just get an empty dialog, alerting typ...
2006 May 16
2
Dynamically choosing schema using one Model
...cally set the table to which the Model must refer to? I''d like to create a sorta "dispatcher" that chooses the table for the Model based on an HTTP/GET var. To put it in another way my Model would be fed with data coming from different tables based on this var passed from the querystring. Thanks, Lorenzo -- Posted via http://www.ruby-forum.com/.
2015 Dec 02
2
RFC: arbitrary parameters for add_drive
Hi, one of the bugs we have (#1092583) is about the lack of query string for http/https URLs: there were patches about that (not merged yet), whose solution was to add a new optional argument "querystring". Another bug that I'm looking at (#1118305) is about setting initiator IQNs for iSCSI drives; a good solution IMHO would be add a new initiator-name parameter for this. Thinking more, I was realizing that keep adding more optional arguments to add_drive would make it a bit cluttered; fo...
2005 Jul 26
2
Dial using URI(web) or using FORM(web)
Hello! I have an Asterisk@home instalation with 7 users working OK, and I'ld like to implement either a -- Web dial feature, where the user would fill one form field with a phone number and a connection would be created between his extention and the entered number. OR -- Dial using an URI (callto:xxxxx link in a web page), having AstTapi installed and configured in all workstations.
2014 Jan 21
2
seg fault on search
...unt based on the simplesearch.cc code. It fails with a seg fault. The relevant code is: -------------------- int ftQuery(char* qs, const char* dbname,char* results, int msize) { long docid; char* op; char fullDB[1024]; string queryString; sprintf(fullDB,"/var/lib/fulltext/%s",dbname); queryString=qs; try { Database db; db.add_database(Database(fullDB)); Enquire enquire(db); try { Xapian::QueryParser qp; Xapian::Stem stemmer("english&...
2006 May 17
3
QueryParser lowercase / uppercase and stemming
...ianEnquire($db); # call XapianQuery object $myQueryParser = new XapianQueryParser(); $myQueryParser->setDatabase($db); $stemmer = new XapianStemmer("german"); $myQueryParser->setStemmer($stemmer); $myQueryParser->setStemmingStrategy(STEM_ALL); #$querystring = removeUmlaute($querystring); #wildcard search $myQuery = $myQueryParser->parseQuery($querystring, Xapian::FLAG_PHRASE|Xapian::FLAG_BOOLEAN|Xapian::FLAG_LOVEHATE|Xapian::FLAG_WILDCARD); ... So what am I doing wrong? The second thing I wondered about, is there any possibility to fo...
2007 Aug 24
1
YP Services - Trying to read what Icecast Server Sends
Skipped content of type multipart/alternative
2006 May 01
4
URL encoding in Rails?
Simple question: How does one do URL encoding in Ruby/Rails? Thanks, Wes -- Posted via http://www.ruby-forum.com/.
2006 Feb 17
5
A unique 'click to call' project - Could use some advice
Hello List, I work for an IP communication provider in upstate NY as the engineer assisting our technical support team. We provide a number of different Telco systems to residential subscribers; and in an effort to more effectively trouble shoot termination problems I came up with the idea of creating a click to call system that will allow our agents to effortlessly place test calls. On a
2007 Apr 18
10
customizing global request handler
...ype (Verb, and Content-Type header)? i''m trying to figure out if shipping a custom camping.rb is avoidable, and if, how i should structure a patch my app http://whats-your.name/yard/ uses exclusively JSON based messaging between server and client. this means POST bodies are JSON, and not querystring.. camping assumes: elsif @method == "post" qs.merge!(C.qsp(@in.read)) if i patch to: elsif @method == "post" case e.CONTENT_TYPE when "application/x-www-form-urlencoded" qs.merge!(C.qsp(@in.read)) when "application/json...