HI All,
An Issue is reported in production with ajax request execution in our application with IE9 browser.
Below is the text from fiddler response raw view for failed ajax request at customer site
ReadResponse() failed: The server did not return a complete response for this request. Server returned 0 bytes.Could not able to replicate in development environment.
below is the fiddler report for failed ajax request at customer site
SESSION STATE: Aborted.Request Entity Size: 45 bytes.Response Entity Size: 512 bytes.== FLAGS ==================BitFlags: [ResponseGeneratedByFiddler] 0x100X-ABORTED-WHEN: DoneX-CLIENTIP: 127.0.0.1X-CLIENTPORT: 55260X-EGRESSPORT: 55262X-FAILSESSION-WHEN: ReadingResponseX-HOSTIP: 10.54.190.156X-PROCESSINFO: iexplore:7648== TIMING INFO ============ClientConnected: 15:14:31.853ClientBeginRequest: 15:14:31.899GotRequestHeaders: 15:14:31.901ClientDoneRequest: 15:14:31.901Determine Gateway: 0msDNS Lookup: 0msTCP/IP Connect: 101msHTTPS Handshake: 0msServerConnected: 15:14:32.007FiddlerBeginRequest: 15:14:32.007ServerGotRequest: 15:14:32.009ServerBeginResponse: 00:00:00.000GotResponseHeaders: 00:00:00.000ServerDoneResponse: 15:14:32.431ClientBeginResponse: 15:14:32.435ClientDoneResponse: 15:14:32.436 Overall Elapsed: 0:00:00.537The response was buffered before delivery to the client.== WININET CACHE INFO ============This URL is not present in the WinINET cache. [Code: 2]* Note: Data above shows WinINET's current cache state, not the state at the time of the request.* Note: Data above shows WinINET's Medium Integrity (non-Protected Mode) cache only.
Could you please let me know why the below timings are shown as 0
ServerBeginResponse: 00:00:00.000
GotResponseHeaders: 00:00:00.000
I suspect that the request is not sent to server but fiddler time logs shown connected to server with timings as below
ServerConnected: 15:14:32.007
FiddlerBeginRequest: 15:14:32.007
ServerGotRequest: 15:14:32.009
ServerBeginResponse: 00:00:00.000
GotResponseHeaders: 00:00:00.000
ServerDoneResponse: 15:14:32.431
Any has experienced this issue? what are causes for this and how to fix issue.
Help is greatly appreciated!!..
Thanks
Dhorrairaajj