Click here to Skip to main content
16,004,653 members

Comments by Ayman Ghandour (Top 10 by date)

Ayman Ghandour 13-Jun-21 0:27am View    
Thank you all for your help, Every thing is working great I get the IP for every device, and every IP having its private temp cart, what I need is to distinguish every user in the same IP, what I need is to have both remote IP and local IP (192.168.0.1) or something else to have every user the cart private just for him not for his entire network (using just remote IP),
Can You Please tell me how to get the local IP address in node.js uploaded to Heroku,
I have been googling a whole week and can't find this solution...
So please if anyone can help me to distinguish a device in a network, I will be very thankful.
Ayman Ghandour 10-Jun-21 18:37pm View    
How that should help me...
I know my mac address...
I don't need it...
I want a node.js gets the device mac address not mine...
When a user open the site I want to make an temporary cart for him,
So when he add products it's added to his temp cart,
I need his mac address so I can distinguish his device from another device in his network... my code up is to distinguish every user and associate a temp cart for him...
I wanna get local mac address when I am in Heroku node.js,
when I am getting the mac address in node.js in Heroku it gets the server mac address, which I don't want, I wanna the local mac address of the user visiting my site, (the device mac address)
Ayman Ghandour 10-Jun-21 17:45pm View    
when I am using mac address on localhost it's working but when I'm using mac address on Heroku it gets mac address of the server.
can you please give me an example of how to get local mac address when I am in Heroku host
Ayman Ghandour 12-Oct-16 13:04pm View    
Hi Tadit,
Can you please check that this code that I wrote works in Chrome or Edge extensions, and if not... what should I need to change ?
Thanks
Ayman Ghandour 12-Oct-16 11:06am View    
I opened the Developer Tools but when I click the extension icon nothing happened... ( I clicked "Break on unhandled exceptions" )