Closed GoogleCodeExporter closed 9 years ago
Actually if I open "http://localhost/page.php" the result is different: nothing
is recorded, then maybe is another kind of issue...but is easily fixable using
"127.0.0.1" as I said.
Original comment by ciccio...@gmail.com
on 1 Aug 2012 at 10:39
This is a cross-domain issue. Although `localhost` is an alias of `127.0.0.1`,
both are saw as different domains for the browser. As you point out, to get it
working you must access the page using the same URL as the one set in
`trackingServer` option.
FYI, I'll release a new version in a month or so in which cross-domain is
solved using XDR, but it won't work in old browsers (IE <= 7).
Original comment by luis.lei...@gmail.com
on 21 Aug 2012 at 11:11
Original issue reported on code.google.com by
ciccio...@gmail.com
on 1 Aug 2012 at 10:34