[flexcoders] Basic Authorization in HTTPService without using Flex Data Services

2007-02-15 Thread Jason
The following mxml file attempts to connect to BaseCamp to retrieve a list of Projects. The problem is how to specify the basic authorization. I notice that setCredentials() does not work with direct http connections (no proxying). Any other ideas? (The username and passwords are all valid - I

RE: [flexcoders] Basic Authorization in HTTPService without using Flex Data Services

2007-02-15 Thread Carson Hager
, February 15, 2007 2:57 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Basic Authorization in HTTPService without using Flex Data Services The following mxml file attempts to connect to BaseCamp to retrieve a list of Projects. The problem is how to specify the basic authorization. I