Skip to content

SImple proxying #961

Answered by JuroUhlar
florian-lefebvre asked this question in Q&A
Oct 27, 2023 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

Hi @florian-lefebvre!

So nothing is stopping you from implementing a custom proxy solution, all our integrations are open-source, so you can use them as a base, for example, here is the Cloudflare integration worker: https://github.com/fingerprintjs/fingerprintjs-pro-cloudflare-worker

But I would advise against it. Proxying requests to Fingerprint APIs is a little more complicated compared to services like Sentry or Mixpanel:

  • You need to proxy multiple types of requests (agent download, identification + other requests used to gather additional entropy)
  • You need to correctly handle caching, IP address forwarding, and setting request headers
  • The data contract between the JS agent and our A…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@florian-lefebvre
Comment options

Answer selected by florian-lefebvre
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants