You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@flex.apache.org by whityfenix <wo...@gmail.com> on 2014/04/03 17:23:51 UTC

How to get cookies from HTTPService response?

Hi Folks,

Is it really possible? I use 4.10 SDK. I need an access to the cookies that
server sends in response. Now I get the headers object having null
reference.

Is it possible to get those or should I work this around by using e.g.
URLLoader (does it allow such ability)?

Thanx.



--
View this message in context: http://apache-flex-users.2333346.n4.nabble.com/How-to-get-cookies-from-HTTPService-response-tp5973.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.

Re: How to get cookies from HTTPService response?

Posted by OmPrakash Muppirala <bi...@gmail.com>.
On Apr 3, 2014 8:43 AM, "whityfenix" <wo...@gmail.com> wrote:
>
> Hi Folks,
>
> Is it really possible? I use 4.10 SDK. I need an access to the cookies
that
> server sends in response. Now I get the headers object having null
> reference.
>
> Is it possible to get those or should I work this around by using e.g.
> URLLoader (does it allow such ability)?
>
> Thanx.

You can do this with the as3httpclient library[1]  But the calls would
bypass the browser.  So if you depend on browser features like caching,
etc. that would be a problem.

Thanks,
Om

[1] https://github.com/gabriel/as3httpclient

>
>
>
> --
> View this message in context:
http://apache-flex-users.2333346.n4.nabble.com/How-to-get-cookies-from-HTTPService-response-tp5973.html
> Sent from the Apache Flex Users mailing list archive at Nabble.com.