If it does not belong anywhere else and has to do with Android post it here.
May 9th, 2013, 8:45 am
Greetings friends, from today I can not go in to the releases, the answer I get is the following, 400 bad request, the query is, is there a problem on the web, or the problem is mine and I should of done, thank you very much.
May 9th, 2013, 8:45 am
Nov 30th, 2015, 6:20 pm
400 means that the request was malformed. In other words, the data stream sent by the client to the server didn't follow the rules.

In the case of a REST API with a JSON payload, 400's are typically, and correctly I would say, used to indicate that the JSON is invalid in some way according to the API specification for the service.
Nov 30th, 2015, 6:20 pm