TS wrote:
Hello,Can someone help me with this. I need to send a url request with the spaces intact and not urlencoded. Is there a way to do this?
No http client can do this, the http RFC requires the resource name to not contain any spaces. The encoding is required.
_______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

