On Apr 3, 2014 8:43 AM, "whityfenix" <[email protected]> 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.
