Hi,

I'm calling a webservice which requires I separate its URL variables with a pipe symbol.

?values=1|2|3

When I call it using LoadVariables, the pipe symbol is being URL- encoded, and the web-service ends up receiving this request -

?values=1%7c2%7c3

Unfortunately the webservice is outside my control and I can't url- decode its input. Is there anyway to prevent LoadVariables from altering the pipe symbol?

Many thanks!

Best,
- Lou
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to