-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BasicNetwork.performRequest: Unexpected response code 400 #7
Comments
Response code 400 mean Bad request. It means that the request you're making is incorrect. Check the API docs and what you're sending and make sure that it's correct. |
How to parse the status code from VolleyError? |
I'm not maintaining the project anymore. Please read the official docs on
|
@vinaysshenoy thanks |
how to resolve bad request am trying to send json to wcf service |
I have the same error with Google Apis. 10 minutes ago it worked... |
Hi:
[616] BasicNetwork.performRequest: Unexpected response code 400
How to fix this bug?
The text was updated successfully, but these errors were encountered: