10-11-2021, 02:38 PM
(10-10-2021, 11:00 AM)yeioso Wrote:(10-09-2021, 08:46 PM)kudzu Wrote: "any sample for get the name machine for side of the client"
I dont believe it is possible any more because of security upgrades in the browser.
Perfect, thank you
As Kudzu said, you can't do it that way. But, sometimes it is important to ID by specific location anyway (particularly for audit/security reasons).
If you just want to identify a previously used station, you can drop a cookie (encrypt some ID in the body). From then on you will know that particular machine/browser is being used. It is not perfect, a different browser on the same machine won't see the cookie.
For internal company use, if you want to identify a specific machine, you can disallow access to your app until some "authorized" person accesses the app to identify the machine, at which point you can place the real machine ID in the cookie (as entered during authorization). Then allow access to that (known) machine.
Dan