I want to send them via http to api for logging pupposes. I have found several js solutions but all of them do not work, giving 'undefined' or (for ip) '127.0.0.1'. Is there any working solution for React?
Asked
Active
Viewed 1,658 times
0
-
React has no access to browser-side APIs that aren't available to any client-side JS. – Quentin Oct 01 '20 at 11:37