Ok, here is our setup:
A simple form is submitted via AJAX using Prototype 1.7 to an Apache server captured by ColdFusion. (We noticed similar errors on pages that represent these forms in the usual way, but these pages are much less used.)
Some of our customers report an error. Looking through the logs and conducting real-time testing from your computer, Firebug Light reports that the request is sent with the message data.
However, on the server side, mail data is not available in raw logs or the ColdFusion FORM object or in GetHttpRequestData ().
This issue was isolated from IE only when Chrome Frame started and is intermittent.
We cannot reproduce this error with our IE8 installations on our machines or on our machines running Firefox or Chrome.
Any thoughts on this extremely complex tracking bug?
source share