June 2021 Summaries
2 posts from Fingerprint
Filter
Month:
Year:
Post Summaries
Back to Blog
Web developers often face challenges in combating fraud, including password brute-forcing, fraudulent orders, and paywall bypassing, where traditional PHP tracking methods fall short. Browser fingerprinting emerges as a more reliable solution by creating unique identifiers based on browser and device settings, which can help identify bots, prevent financial fraud, and enforce paywalls. Although PHP is a server-side language and cannot implement fingerprinting alone, incorporating tools like Fingerprint on the frontend enables developers to prevent duplicate registrations, even when users attempt to bypass traditional tracking methods like sessions, cookies, and IP tracking. This tutorial guides implementing browser fingerprinting in a PHP application, contrasting it with other tracking methods to illustrate its effectiveness in fraud prevention. By using Fingerprint, developers can save time and improve accuracy, allowing them to focus on enhancing their web applications rather than keeping up with the complexities of browser fingerprinting updates.
Jun 25, 2021
2,918 words in the original blog post.
Fingerprint is launching a new Discord community dedicated to discussions about its Javascript browser fingerprinting library, Fingerprint Pro, and broader topics related to anti-fraud and visitor identification. The community is open to individuals of all expertise levels, from junior developers to chief security officers, encouraging engagement on both their open-source and paid offerings. Participants can ask technical questions to Fingerprint staff and other users, stay informed about product updates and releases, and share their own projects. This initiative aims to foster a collaborative environment for learning and sharing knowledge around anti-fraud technologies.
Jun 15, 2021
133 words in the original blog post.