I want to pass my textview content to a server via post request but I guess I have a problem with encoding. Do | have to convert say blanks to + or %20 by hand or is there a library supported by cocoa or any other 3rd party? Is this sth trivial ? I got stuck with this simple step for hours! 🙂
Share
Another example can be found at http://deusty.blogspot.com/2006/11/sending-http-get-and-post-from-cocoa.html. The example that stefanB linked to has a more complete list of characters that need escaping, though.