If I have a computer connected to a router which has a wireless access point and the computer is connected by a cable, does Firefox use the ip address of the connection or the MAC address of the access point to send to the GeoLocation service when using HTML5 GeoLocation API?
It seems a MAC address would be more accurate for location determination.
I used FireFox to go to http://html5demos.com/geo and a network sniffer to find out what FF is sending for network identification but I couldn't find the relevant data. Any ideas which request has it? In the URL or form data?
Addition:
Can the answer include the actual request, as captured by network sniffer, sent by Firefox? I know Firefox sends either an ip address or MAC address but I am not seeing any kind of identification being sent out.
See my answer to your other question, it sends a JSON object like this:
It doesn't send your MAC address. The full Geolocation API Network Protocol is documented here.