google / volley

https://google.github.io/volley
Apache License 2.0
3.37k stars 751 forks source link

pls rply me what can i do for this #449

Closed DineshDk01 closed 1 year ago

DineshDk01 commented 1 year ago

E/Volley: [727] NetworkUtility.shouldRetryException: Unexpected response code 400 for

jpd236 commented 1 year ago

It means the server you are trying to connect to is returning a 400 (Bad Request) error.

Either it's a server issue, or your client isn't configured to send the request correctly. You can try to simplify the problem by using HttpURLConnection directly.

Closing this out as it is unlikely that this is an issue with Volley itself. I would probably suggest reaching out to a general help forum like StackOverflow. That said, please reply with details if you are able to make requests with HttpURLConnection successfully but not Volley.