Can't you just read the HTTP header and parse the cookie line out yourself?
On 9 September 2014 20:17, audebert christian <[email protected]> wrote: > If you want absolutely to read the cookies from ape request, read them > from javascript and encode value in APE request.. but its mad approach.. > > Other, rather solution, > > Make a request to your webserver, and read cookies values from server code > (php, ruby..) it’s the way to do.. stay simple, it’s efficient.. > > APE is a PUSH service, use it for this. Other task like get or set > cookies values is the web server (apache, nginx,nodejs etc ) task .. > > > > > > > > > > *De :* [email protected] [mailto:[email protected]] *De > la part de* Pablo Tejada > *Envoyé :* mardi 9 septembre 2014 02:34 > *À :* [email protected] > *Objet :* Re: [APE Project] How to read custom cookies at APE server side? > > > > I dont think you can. All parameters must be included/sent in the command > > On Sep 8, 2014 8:24 PM, "RR" <[email protected]> wrote: > > I want to pass on custom cookies from browser to APE server and read same > at server side i.e. inside JS but don't know how to read it. In short: How > to read custom cookies at APE server side? > > -- > -- > You received this message because you are subscribed to the Google > Groups "APE Project" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/ape-project?hl=en > --- > APE Project (Ajax Push Engine) > Official website : http://www.ape-project.org/ > Git Hub : http://github.com/APE-Project/ > > --- > You received this message because you are subscribed to the Google Groups > "APE Project" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > > -- > -- > You received this message because you are subscribed to the Google > Groups "APE Project" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/ape-project?hl=en > --- > APE Project (Ajax Push Engine) > Official website : http://www.ape-project.org/ > Git Hub : http://github.com/APE-Project/ > > --- > You received this message because you are subscribed to the Google Groups > "APE Project" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > > -- > -- > You received this message because you are subscribed to the Google > Groups "APE Project" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/ape-project?hl=en > --- > APE Project (Ajax Push Engine) > Official website : http://www.ape-project.org/ > Git Hub : http://github.com/APE-Project/ > > --- > You received this message because you are subscribed to the Google Groups > "APE Project" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- Wesley W. Garland Director, Product Development PageMail, Inc. +1 613 542 2787 x 102 -- -- You received this message because you are subscribed to the Google Groups "APE Project" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/ape-project?hl=en --- APE Project (Ajax Push Engine) Official website : http://www.ape-project.org/ Git Hub : http://github.com/APE-Project/ --- You received this message because you are subscribed to the Google Groups "APE Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
