I\'m using this code snippet to encode characters to be friendly with a POST request:
NSString *unescaped = [textField text]; NSString *escapedString =
try using \" instead of using " directly...
Special Characters like Quotes, slashes and others require \ to make that character to remove its special functionality.