Anyone know if this works if your browser needs to use a proxy server to connect to the internet?
Jeff ________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of scott.royston Sent: Friday, February 08, 2008 11:30 AM To: [email protected] Subject: [flexcoders] Re: HTTPService or URLRequest Request header Question This is by far the best solution I have found to date: http://code.google.com/p/as3httpclientlib/ <http://code.google.com/p/as3httpclientlib/> Built from the flash socket support, you have total freedom in using HTTP "the right way" without all the annoying restrictions and 'quirks' of HTTPService/URLRequest. It also gets rid of a bunch of browser specific quirks (SSL/HTTPS/caching) that come with URLRequest using the browser as the workhorse. I'm surprised the library hasn't gotten more mention on this message board. (Not affliated with it at all). It basically lets you do a well-behaved fully "REST" client, without having to rely on LCDS/Blaze server-side stuff. --- In [email protected] <mailto:flexcoders%40yahoogroups.com> , "gli1_2000" <[EMAIL PROTECTED]> wrote: > > Then what is a possible alternative to get around this? Anyone has > suggestions? > > --- In [email protected] <mailto:flexcoders%40yahoogroups.com> , > João Fernandes > <joaopedromartinsfernandes@> wrote: > > > > this is true, you can't use authorization token in headers anymore > > within Flash Player. > > > > This is big step backwards in my opinion > > -- > > > > João Fernandes > > > > http://www.onflexwithcf.org <http://www.onflexwithcf.org> > > http://www.riapt.org <http://www.riapt.org> > > >

