This page requests a resource on another domain that typically sets a simple counter Cookie, and thus the resource is requested with Cookies using the withCredentials
API flag on XMLHttpRequest (implemented in Firefox 3.1).
The contents returned by the other domain vary depending on the value of the simple counter Cookie that accompanies the request.
XMLHttpRequest
invocation on this page sets the withCredentials
flag.