@l3092923 Currently, when using mobile fingerprinting, chrome extensions cannot be used.
Many sites detect ad blockers.
If you want to block an ad, you can find the ad url and block it. This is a bit tricky.
issue to connect endpont on node js to get unique fingerprint per session
-
Hello i have issue to connect endpont on node js to get unique fingerprint per session i use https://ip.bablosoft.com/api/v1/fingerprint/ https://fp.bablosoft.com/api/v1/fingerprint/ and many other i keep getting ip as reponse not a json format i put my api key and all perfectly idk why
export class FingerprintManager {
constructor() {
// Embed your Bablosoft API key directly into the code
this.apiKey = 'myapikeyhere';
this.endpoint = 'https://ip.bablosoft.com/api/v1/fingerprint/';
this.sessionId = null;for example idk why please help me