Jon Bertrand wrote:
> http has rules for what characters you can send as part of the url.
> 
> You need to be encoding the url, sending it, and the server needs to decode 
> it.
> 
> Read this:
> 
> http://tools.ietf.org/html/rfc3986
> 
> For your case you'll change your #10 to '%0d'.

Umm... surely you mean %0a for chr(10) ... %0d is chr(13)

-- 
Markku Uttula

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
synalist-public mailing list
synalist-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synalist-public

Reply via email to