https://github.com/fingerprintjs/fingerprintjs-pro-cloudflare-worker
The Cloudflare worker is responsible for delivering the latest fingerprinting client-side logic and proxying identification requests and responses between your site and Fingerprint Pro's APIs.
https://github.com/fingerprintjs/fingerprintjs-pro-cloudflare-worker
cloudflare cloudflare-workers fingerprint fingerprintjs
Last synced: 3 days ago
JSON representation
The Cloudflare worker is responsible for delivering the latest fingerprinting client-side logic and proxying identification requests and responses between your site and Fingerprint Pro's APIs.
- Host: GitHub
- URL: https://github.com/fingerprintjs/fingerprintjs-pro-cloudflare-worker
- Owner: fingerprintjs
- License: mit
- Created: 2022-03-29T12:46:19.000Z (about 3 years ago)
- Default Branch: rc
- Last Pushed: 2025-04-22T12:56:45.000Z (18 days ago)
- Last Synced: 2025-05-01T01:41:11.021Z (10 days ago)
- Topics: cloudflare, cloudflare-workers, fingerprint, fingerprintjs
- Language: TypeScript
- Homepage: https://dev.fingerprint.com/docs/cloudflare-integration
- Size: 1.54 MB
- Stars: 28
- Watchers: 9
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: contributing.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Fingerprint Pro Cloudflare worker
[Fingerprint](https://fingerprint.com/) is a device intelligence platform offering visitor identification and smart signals with industry-leading accuracy.
Fingerprint Pro Cloudflare Integration is responsible for
- Proxying download requests of the latest Fingerprint Pro JS Agent between your site and Fingerprint CDN.
- Proxying identification requests and responses between your site and Fingerprint Pro's APIs.This [improves](https://dev.fingerprint.com/docs/cloudflare-integration#the-benefits-of-using-the-cloudflare-integration) both accuracy and reliability of visitor identification and bot detection on your site.
## Requirements
* [Fingerprint Pro account](https://dashboard.fingerprint.com/signup) with the _Owner_ role assigned.
* A website served by Cloudflare. For maximum accuracy benefits, your website should be [proxied by Cloudflare](https://developers.cloudflare.com/dns/manage-dns-records/reference/proxied-dns-records/) (not DNS-only).See the [Cloudflare integration guide](https://dev.fingerprint.com/docs/cloudflare-integration#setup) for more details.
## How to install
You can install the Cloudflare integration using an [installation wizard](https://dashboard.fingerprint.com/integrations) in the Fingerprint dashboard.
See the [Cloudflare integration guide](https://dev.fingerprint.com/docs/cloudflare-integration#setup) for more details.
## Support
To report problems, ask questions or provide feedback, please use [Issues](https://github.com/fingerprintjs/fingerprintjs-pro-cloudflare-worker/issues). If you need private support, you can email us at [[email protected]](mailto:[email protected]).
## License
This project is licensed under the MIT license. See the [LICENSE](https://github.com/fingerprintjs/fingerprintjs-pro-cloudflare-worker/blob/main/LICENSE) file for more info.