Hi. I'm developing an application that receives AJAX requests to perform some actions. I'm using jQuery to send the requests from the client.
One of those requests is of type HTTP DELETE. The problem is that this request does not work when using Google Chrome on the deployed app. It gets a 400 error (bad request) as response. It works fine on my local SDK though. Firefox works well on both SDK and the deployed app. Anyone having the same trouble? Any ideas? Thank you in advance! -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.
