Detect if HTTP request is from browser / Flex asynchronous request?

Posted by Andree on Stack Overflow See other posts from Stack Overflow or by Andree
Published on 2010-06-01T08:35:11Z Indexed on 2010/06/01 12:13 UTC
Read the original article Hit count: 233

Filed under:
|

Hi there!

When Flex application make an asynchronus HTTP request, does it add a special header to the request, like some JavaScript framework does? Something that indicates whether this request is an AJAX call/not.

I just want my server side code to return different response format, depending on whether the request is made from browser/flex.

Regards, Andree.

© Stack Overflow or respective owner

Related posts about AJAX

Related posts about flex