I am trying to call azure web service(the service is in different domain) using XDomainRequest object. I have a common method in javascript that handles all my request that I am sending to this service. The code works fine for all other browsers except IE. In IE browser it works fine for some requests and for some it throws following error in fiddler. "Content-Length mismatch: Request Header indicated 39 bytes, but client sent 0 bytes".
I am using IE9 browser. Please tell me how can I fix this issue?