How would I connect a Adobe Flex/AIR based application to REST-style services hosted on a web site protected by integrated Windows Authentication?
From my experiments, that the call is successfully made (by using the HTTPService class), the request is received successfully by the web server (in this case, I'm using ASP.NET MVC), but the response is never returned. I know it's hitting the web server as breakpoints set within ASP.NET web application are hit.
I see 3 total request/responses from the web server with either a 401 or a 403 returned from the web server. No valid response is returned though?