When a Flex application creates an asynchronus HTTP request, does it add a special header for the request, like some kind of JavaScript environment does? Something that indicates whether this request is an AJAX / not call.
I just want my server-side code to return a different response format, depending on whether the request is made from the / flex browser.
Regards, Andrew.
source
share