I am using AFnetworking library to post data on server.
Following is my code to post data on server.
- (void) callLoginAPI:(NSDictionary *)dictProfil
The error says it all: you got a 400 response from the server, meaning that what you sent was either not formatted properly, or the server just couldn't understand it.