You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace the UUID code used for demonstration purposes with a call to ShareID.
The following line of code (and it's equivalent) should become a method which calls ShareID server to server (https://id.sharedid.org/id) and retrieves the ID used for the common browser ID. This way the same logic is used to generate the ID as those other solutions that operate with ShareID. The call needs to be made server to server to ensure that browser block lists do not interfere with the request. Also this change will support browsers that do not have JavaScript enabled.
The text was updated successfully, but these errors were encountered:
Replace the UUID code used for demonstration purposes with a call to ShareID.
The following line of code (and it's equivalent) should become a method which calls ShareID server to server (https://id.sharedid.org/id) and retrieves the ID used for the common browser ID. This way the same logic is used to generate the ID as those other solutions that operate with ShareID. The call needs to be made server to server to ensure that browser block lists do not interfere with the request. Also this change will support browsers that do not have JavaScript enabled.
The text was updated successfully, but these errors were encountered: