breautek commented on issue #353: URL: https://github.com/apache/cordova/issues/353#issuecomment-1323776151
HTTP Status 400 Bad Request is a server error. Assuming you're following specs/guidelines, it generally something used on the server to indicate that the client sent something to the server that wasn't expected, or it didn't follow the API. If your server returns error data, it would be in the response. Otherwise you'll need to look at your server logs to gain further insight, assuming that your server application logs out error details to learn **why** it might be returning a 400 instead of the expected response. Nothing here indicates an issue with Cordova itself, so I'll be closing this issue. Should you isolate your issue further and find an actual bug within Cordova, please open a new issue with the newfound information. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
