I'm developing a web analytics for my app.
Client side, I send to the server the window.location object over a JSON.stringify(window.location).
The object is properly stringified in chrome, IE, opera... but in Firefox, it just return {"constructor":{}}.
What's happen with Firefox ?