var params:Object = new Object();
params.name = "foo";
params.value = "bar";

service.send(params);



Cheers,

On Wed, Jul 23, 2008 at 5:04 PM, ron_mori <[EMAIL PROTECTED]> wrote:
> How to add headers to httpService request?
>
> Goal - add request header name:val of 'foo: bar'
>
> Tried: var hdr:Array = [{name:"foo", value:"bar"}];
> Header has: [object object]
>
> Tried: var hdr:Array = ["foo", "bar"];
> Header has: [0]:foo, [1]:bar
>
> ideas?
>
> thanks in advance.
>
> 



-- 
Guilherme Blanco - Web Developer
CBC - Certified Bindows Consultant
Cell Phone: +55 (16) 9166-6902
MSN: [EMAIL PROTECTED]
URL: http://blog.bisna.com
Rio de Janeiro - RJ/Brazil

Reply via email to