I'm trying to switch over from Firebug to Firefox Developer Edition. I have a website that starts with a login page. The user enters his credentials, these are sent to a perl backend server, which sets a number of cookies with which the user can log in. In production this happens all over a secure connection, in my personal development environment that connection is not secure, since I'm testing toward a vm I'm running on my own pc. This has always worked with every browser. However with developer edition these cookies aren't set.
Do more people have this problem? Is there a way to fix this? Isn't the Firefox developer edition supposed to be exact a representation of Firefox? Because I don't want to have yet another browser to test my website for.