SyntaxFix
Write A Post
Hire A Developer
Questions
In my case, I don't have control over server setting, but I know it's expecting "application/json" for "Content-Type". I did this on the iOS client side:
manager.requestSerializer = [AFJSONRequestSerializer serializer];
refer to AFNetworking version 2 content-type error