I\'m trying to get a list of Cities by sending the State name through Ajax in my SpringMVC 3.0 project.
For the purpose, I\'ve used the following call (using jQuery) in my JSP:
I too had a similar problem while using the Apache HTTPClient to call few services. The problem is the client and not the server. I used a HTTPRequester with header accepting application/json and it worked fine.