Discussions

Ask a Question
ANSWERED

How fingerprint cooperates with Cookies?

I have application that is already successfully working with cookies. And I want to add fingerprint to enhance my app. Will my cookies and fingerprint work together and how? Will cookies be default method and fingerprint proceeds when cookies are unavailable?

ANSWERED

The question about UA

why I got the same fingerprint (fingerprint A), even the UA has been changed on the same browser (chrome)?
Then, I changed back to the original UA, but I got a different fingerprint (fingerprint B)?

ANSWERED

What will be the value of Origin header value in a webhook request coming to my application?

I am implementing CORS in my application as an additional layer of security. What will be the value of origin header when the webhook request is coming to my application. This can help me add the origin value to the list of allowed origins for CORS to work.

ANSWERED

It returns the same visitor number on two iPhones of the same model.

It returns the same visitor number on two iPhones of the same model.

ANSWERED

It returns the same visitor number on two iPhones of the same model.

It returns the same visitor number on two iPhones of the same model.

ANSWERED

Failed to load the JS script of the agent

when running the app using Fingerprint i get an error what is this and could it be a problem that i am using vpn to run my app

ANSWERED

Should tag metadata persist across tabs?

I am using the JS agent to get a visitorId, and using the visitorId to get visitor data using the server API. When a user tries using our api, I check the tag metadata for timesUsedApi. If it exists, we increment the value by one, else we set it to 1. We use this value to allow access/not to our api. This method is working as expected, except the tag metadata is reset when a new tab is opened. Am I using tag wrong?

ANSWERED

Will website and native app visitorIds match?

Hi, I have a website and a native app. In my scenario I have referral url: abc.xyz?refId=12345 and I want to store in my backend the visitorID from website and connect it with refID, so then later if the same user from same device downloads my native app, by identifying the visitorID in native app I will know that customer is the same who visited web using referral link.

ANSWERED

Detect SamsungBrowser version 24.0

Dear support team!

ANSWERED

Limiting results from a Sealed Client Request

I followed the documentation to limit the Products returned from the Javascript agent call to just be "identification" and "botd", but the results keep returning things like "ipInfo", "vpn", etc. Note, if I try to set Products but exclude "identification", that data does not show up.