Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 months 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 (almost 3 years ago)
- Default Branch: rc
- Last Pushed: 2024-05-22T10:10:41.000Z (8 months ago)
- Last Synced: 2024-05-22T11:48:35.136Z (8 months ago)
- Topics: cloudflare, cloudflare-workers, fingerprint, fingerprintjs
- Language: TypeScript
- Homepage: https://dev.fingerprint.com/docs/cloudflare-integration
- Size: 1.43 MB
- Stars: 21
- Watchers: 9
- Forks: 5
- Open Issues: 2
-
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 99.5% accurate visitor identification.
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.