Pages

Monday, January 31, 2011

Flex Remote Object to CFC with IIS Windows Authentication

I am building a flex application and using RemoteObject to connect to Coldfusion CFC's with access set to remote. Everytime I run the flex application and try to connect to the remoteobject IIS throws a 401 error. I have been researching and saw that it is possible to add a authentication header to a webservice call, but I can't figure out how to get a remoteobject call to pass credentials to IIS. Is it possible for flex to use RemoteObject to access a Coldfusion CFC behind IIS using Windows Authentication with anonymous turned off?

Solution : - Please see the code and examples given here :
http://livedocs.adobe.com/flex/3/html/help.html?content=data_access_4.html
It may help you.

No comments:

Post a Comment