Router or adapter MAC address visible with javascript?
up vote
0
down vote
favorite
I would like to know when a site uses javascript is the MAC address of the specific router being used or that of the computer's adapter visible, which one?
router javascript mac-address adapter
add a comment |
up vote
0
down vote
favorite
I would like to know when a site uses javascript is the MAC address of the specific router being used or that of the computer's adapter visible, which one?
router javascript mac-address adapter
2
Javascript shouldn't have access to the MAC address
– Gabriel Fair
Nov 24 at 23:39
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I would like to know when a site uses javascript is the MAC address of the specific router being used or that of the computer's adapter visible, which one?
router javascript mac-address adapter
I would like to know when a site uses javascript is the MAC address of the specific router being used or that of the computer's adapter visible, which one?
router javascript mac-address adapter
router javascript mac-address adapter
edited Nov 25 at 7:01
Mureinik
2,23151525
2,23151525
asked Nov 24 at 23:38
megaman7
1
1
2
Javascript shouldn't have access to the MAC address
– Gabriel Fair
Nov 24 at 23:39
add a comment |
2
Javascript shouldn't have access to the MAC address
– Gabriel Fair
Nov 24 at 23:39
2
2
Javascript shouldn't have access to the MAC address
– Gabriel Fair
Nov 24 at 23:39
Javascript shouldn't have access to the MAC address
– Gabriel Fair
Nov 24 at 23:39
add a comment |
2 Answers
2
active
oldest
votes
up vote
0
down vote
JavaScript doesn't have access to MAC addresses, period. The server itself would only be able to see your MAC address if it was on the same LAN, which it won't be if it's a site on the internet and your computer/router is not directly on the internet. (If you have an ISP, that probably means there's an ISP network between you and the site.)
add a comment |
up vote
0
down vote
Neither. A MAC address is purely used for computers on the same network to communicate at a simple level.
This information is not used by applications using the Internet (in general - computers are addressed by IP address, not MAC address.)
It is entirely practical - and not uncommon for Internet connected computers to not have any MAC (eg dial up modems, Cellular Internet connections, point to point connections, ATM / frame relay connections, serial connections), and similarly it's common for a computer to have more then 1 MAC address where there is more then 1 network, WIFI or Bluetooth interface.
add a comment |
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
JavaScript doesn't have access to MAC addresses, period. The server itself would only be able to see your MAC address if it was on the same LAN, which it won't be if it's a site on the internet and your computer/router is not directly on the internet. (If you have an ISP, that probably means there's an ISP network between you and the site.)
add a comment |
up vote
0
down vote
JavaScript doesn't have access to MAC addresses, period. The server itself would only be able to see your MAC address if it was on the same LAN, which it won't be if it's a site on the internet and your computer/router is not directly on the internet. (If you have an ISP, that probably means there's an ISP network between you and the site.)
add a comment |
up vote
0
down vote
up vote
0
down vote
JavaScript doesn't have access to MAC addresses, period. The server itself would only be able to see your MAC address if it was on the same LAN, which it won't be if it's a site on the internet and your computer/router is not directly on the internet. (If you have an ISP, that probably means there's an ISP network between you and the site.)
JavaScript doesn't have access to MAC addresses, period. The server itself would only be able to see your MAC address if it was on the same LAN, which it won't be if it's a site on the internet and your computer/router is not directly on the internet. (If you have an ISP, that probably means there's an ISP network between you and the site.)
answered Nov 24 at 23:48
Robin Green
890823
890823
add a comment |
add a comment |
up vote
0
down vote
Neither. A MAC address is purely used for computers on the same network to communicate at a simple level.
This information is not used by applications using the Internet (in general - computers are addressed by IP address, not MAC address.)
It is entirely practical - and not uncommon for Internet connected computers to not have any MAC (eg dial up modems, Cellular Internet connections, point to point connections, ATM / frame relay connections, serial connections), and similarly it's common for a computer to have more then 1 MAC address where there is more then 1 network, WIFI or Bluetooth interface.
add a comment |
up vote
0
down vote
Neither. A MAC address is purely used for computers on the same network to communicate at a simple level.
This information is not used by applications using the Internet (in general - computers are addressed by IP address, not MAC address.)
It is entirely practical - and not uncommon for Internet connected computers to not have any MAC (eg dial up modems, Cellular Internet connections, point to point connections, ATM / frame relay connections, serial connections), and similarly it's common for a computer to have more then 1 MAC address where there is more then 1 network, WIFI or Bluetooth interface.
add a comment |
up vote
0
down vote
up vote
0
down vote
Neither. A MAC address is purely used for computers on the same network to communicate at a simple level.
This information is not used by applications using the Internet (in general - computers are addressed by IP address, not MAC address.)
It is entirely practical - and not uncommon for Internet connected computers to not have any MAC (eg dial up modems, Cellular Internet connections, point to point connections, ATM / frame relay connections, serial connections), and similarly it's common for a computer to have more then 1 MAC address where there is more then 1 network, WIFI or Bluetooth interface.
Neither. A MAC address is purely used for computers on the same network to communicate at a simple level.
This information is not used by applications using the Internet (in general - computers are addressed by IP address, not MAC address.)
It is entirely practical - and not uncommon for Internet connected computers to not have any MAC (eg dial up modems, Cellular Internet connections, point to point connections, ATM / frame relay connections, serial connections), and similarly it's common for a computer to have more then 1 MAC address where there is more then 1 network, WIFI or Bluetooth interface.
answered Nov 25 at 2:04
davidgo
41.5k74985
41.5k74985
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1378115%2frouter-or-adapter-mac-address-visible-with-javascript%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
2
Javascript shouldn't have access to the MAC address
– Gabriel Fair
Nov 24 at 23:39