Hi,

i need to use an url that contains "/" in the parameters.

like

<mx:httpService id="srv"
url="http://www.mydomain.com/eTraffic.cgi?target=%2Fed-switchports%2F100%2F1006%2F100006;range=d";
result="resultHandler(event)"/>


i use unescapeMultiByte to convert first and then send it. 

                                srv.url = unescapeMultiByte(srv.url);
                                srv.send();


it still doesn't work. resultHandler(event) has not been called after that.

the data in result file has nothing wrong.  what is the problem?

-- 
View this message in context: 
http://www.nabble.com/httpservice-url-decode-problem-tf4649345.html#a13282349
Sent from the FlexCoders mailing list archive at Nabble.com.

Reply via email to