Comment 6 for bug 1812781

Revision history for this message
Justin Marshall (jdmarshall90) wrote :

Fair enough. Do you have an example of a valid post body?

My conversion of it to curl from how the iOS networking library (Alamofire) is printing it to the console may be off, so here's the exact version that my app is using:

{\"title\":\"\'Salem\'s LotAPPTEST\"}

This is identical to how Alamofire escapes all of its JSON-encoded requests, in my experience.