@selenagomez2391 I tried authorizing on 2 IPs and got the result that:
On each IP, I can get 100 fingerprints every 3 minutes.
So, IP authorization cannot reach 1000 requests every 3 minutes.
It never happened before.
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