If this is aleady in the forum I could not find it. If so, I apologize.
I have this app (been around for a couple of years – in the store, etc.. successful (thank you MobiOne),
that uses xmlHttpRequests to talk to the server (xml)
example: xmlhttp.open(“POST”….
It worked FINE for testing in the old simulator.. But I cannot get it to work in the new
Chrome Mobile Web Simulator
all calls fail. The servers sees the transmission, but says the request is corrupted – coming in ‘RAW’ instead of XML.
I cannot find out to change the Simulator to work properly.
Note if I compile the app it works fine on the phone, so clearly a browser difference.
Does anyone know what to change in Chrome settings?
thanks.