views:

85

answers:

2

Is it possible to recover the HttpHeader information from a flex Client?

I want to do the following:

  • User download the flex client from a web site
  • In each communication flex client catch the HttpHeader information in order to change (If it is necessary) the host information to be connected (For example in a HA configuration)

Thanks

A: 

ResultEvent has a headers field. The user will download the flex client, then if you have your application run any kind of service (HTTPService, WebService, etc), it will return a ResultEvent. You can get the headers from that event.

http://livedocs.adobe.com/flex/3/langref/mx/rpc/events/ResultEvent.html

Sean Clark Hess
A: 

You could try: as3httpclientlib

Brandon