javascript - How to remove "Content-Length mismatch: Request Header indicated 39 bytes, but client sent 0 bytes" this error in IE -
i trying call azure web service(the service in different domain) using xdomainrequest object. have common method in javascript handles request sending service. code works fine other browsers except ie. in ie browser works fine requests , throws following error in fiddler. "content-length mismatch: request header indicated 39 bytes, client sent 0 bytes".
i using ie9 browser. please tell me how can fix issue?
Comments
Post a Comment