When running Fiddler with IE and you click on a browse line with highlighting as the selection method fiddler pops and error message:
Fiddler has detected a protocol violation in session #1.
The Server did not return properly formatted HTTP Headers. Maybe missing altogether (e.g. HTTP/0.9), maybe only \r\r instead of \r\n\r\n?
----------------
This was using example 47 and NT 4.36 and it does not occur on FireFox. I tested in IE 6, 7, and 8.
Here are the headers:
Request
===============
GET /mailboxesbrowsecontrol?&_ParentProc=&_Clicked=1&id=MAI:MailBoxNumber&Value=2&_rnd_=0.4852343367848425&_= HTTP/1.1
Accept: */*
Accept-Language: en-us
x-prototype-version: 1.4.0
Referer:
http://192.168.67.85:81/index.htmx-requested-with: XMLHttpRequest
x-rico-version: 1.1.0
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; WOW64; Trident/4.0; SLCC1; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 3.5.21022; .NET CLR 3.5.30729; .NET CLR 3.0.30729; MS-RTC LM
Host: 192.168.10.85:81
Connection: Keep-Alive
Cookie: SESSIONID=1969143644
Response
===============
HTTP/1.0 200 This buggy server did not return headers
Larry