[flexcoders] Re: Setting Basic authentication header in URLRequest

2008-04-20 Thread ben.clinkinbeard
Looks like you will need a meta-policy file: http://tech.groups.yahoo.com/group/flexcoders/messages/105793?threaded=1&m=e&var=1&tidx=1 HTH, Ben --- In flexcoders@yahoogroups.com, "Aaron Miller" <[EMAIL PROTECTED]> wrote: > > I am trying to make a URLRequest that uses basic HTTP authentication. T

[flexcoders] Re: Setting Basic authentication header in URLRequest

2008-05-09 Thread rydellfinn
Aaron - Did this end up working for you? Using the same technique to add the authorization header, I have a meta-policy file, and I get an IO Error. Thanks! --- In flexcoders@yahoogroups.com, "Aaron Miller" <[EMAIL PROTECTED]> wrote: > > Many thanks! > ~Aaron > > On Sun, Apr 20, 2008 at 7:18

[flexcoders] Re: Setting Basic authentication header in URLRequest

2008-05-11 Thread rydellfinn
Thanks - I will. --- In flexcoders@yahoogroups.com, "Aaron Miller" <[EMAIL PROTECTED]> wrote: > > Actually it didn't. We were running into problems getting it working, so we > just ended up using php to handle the authentication and proxy the data. > This is probably better security anyways since

Re: [flexcoders] Re: Setting Basic authentication header in URLRequest

2008-04-20 Thread Aaron Miller
Many thanks! ~Aaron On Sun, Apr 20, 2008 at 7:18 AM, ben.clinkinbeard < [EMAIL PROTECTED]> wrote: > Looks like you will need a meta-policy file: > > http://tech.groups.yahoo.com/group/flexcoders/messages/105793?threaded=1&m=e&var=1&tidx=1 > > HTH, > Ben > > > --- In flexcoders@yahoogroups.com ,

Re: [flexcoders] Re: Setting Basic authentication header in URLRequest

2008-05-09 Thread Aaron Miller
Actually it didn't. We were running into problems getting it working, so we just ended up using php to handle the authentication and proxy the data. This is probably better security anyways since SWFs can be decompiled, but maybe you can get it to work if you play around with it more. Let me know