Android Volley Basicnetwork.Performrequest() Unexpected Response Code 404

Android Volley BasicNetwork.performRequest() unexpected response code 404

Generally this response is caused by sending wrong parameters with the URL. Please check every parameter with spelling and make sure if response is obtained in string or in object. Also check Content-type.

Hope this will help you.

Thank you.

E/Volley: [354] BasicNetwork.performRequest: Unexpected response code 404 for Login functionality in Android

My browsers shows in console log this url (https://ancient-earth-13943.herokuapp.com/api/users/login) as not found(404). I think your code is correct. The problem is from server side.



Related Topics



Leave a reply



Submit