I have been using prototype\'s Ajax.Request for making ajax calls. With the new versions of google chrome browser,this call seems to be breaking.
function sendM() { new Ajax.Request(\"sendm.html\", { method: \'post\', postBody: \'text=\'+ $F(\'text\') +\'&sub=\'+ $F(\'subject\') +\'&sname=\'+ $F(\'name\') +\'&sfmail=\'+ $F(\'emai
I am having some trouble with Cross Origin Resource Sharing and Prototype. I have a simple post request to a foreign resource, and for a simple post request there are some rules that must be satisfied
I currently have a Palm WebOS application that uses an Ajax.Request to connect to a web service using basic authentication. To send the username and password, I simply include it in the url (i.e. http
My AJAX calls from a page I wrote is hanging after an indeterminate number of calls.The page makes a request after a preset amount of time (currently 5 seconds) gets data from my server then waits the