I'm new to AFNetWorkingk and my question is when I use AFJSONRequestOperation,my service returned a text/html result! Any one can give me some suggestions?Or other methord to implement this?

link|improve this question
1  
There's nowhere near enough info here for us to even make a guess as to what is wrong. Basically: Your client code could be wrong, it could be using the wrong url or your service could be broken. Try using charlesproxy to capture a working request to the service, then capture a non-working request sent by your code, and add them both into the question along with your code. – JosephH Jan 11 at 9:03
feedback

1 Answer

Just a shot in the dark, but try setting the Accept header to application/json for the NSURLRequest, or if that doesn't work, add a .json to the end of the URL.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.