Rather, I would leave it as a POST and
change the server to use the posted name=value pairs instead of the qureystring
parms.
If that is not possible, change to GET and
build the url dynamically:
Var sUrl:String = “http://base_url/?login=”
+ loginname + “&password=” password;
loginService.url = sUrl;
loginService.send();
Tracy Spratt,
Lariat Services, development services
available
From:
Sent: Saturday, July 04, 2009 9:19
AM
To:
Subject: Re: [flexcoders] How to
pass Query String in Url
Instead of POST perhaps you want GET for your method.
CP
On Sat, Jul 4, 2009 at 2:50 AM, balaji <mcabalaji@gmail.
Hi all,
I am a newbie to flex , I am trying to pass the querystring to URL but it
is not working .
The url : http://base_
I tried to pass the arguments like this
<mx:HTTPService id="loginService" url="base_url"
method="POST"
resultFormat="text" result="{handleLogin(
{handleFault(
<mx:request>
<login>{username.text}</login>
<password>{password.text}</password>
</mx:request>
</mx:HTTPService>
I need your help in fixing the issue ,
Thanks in Advance
Balaji
------------
--
Flexcoders Mailing List
FAQ: http://groups.
Alternative FAQ location: https://share.
Search Archives: http://www.mail-
<*> To visit your group on the web, go to:
http://groups.
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.
(Yahoo! ID required)
<*> To change settings via email:
mailto:flexcoders-digest@
mailto:flexcoders-fullfeat
<*> To unsubscribe from this group, send an email to:
flexcoders-unsubscr
<*> Your use of Yahoo! Groups is subject to:
http://docs.