i have the following jquery code running on my page just fine in FF and IE, but chrome seems to be freaking out..
in FF and IE the call is made and the result is app
Use POST method in servlet and change type:POST in $.ajax.
type:POST
$.ajax
Try setting the data parameter to "".
For GET requests, the data parameter is appended to the URL. Not sure why Chrome would have an issue with that but it's worth a shot :)
GET