Anti-Bot

What Is Forter?

What Is Forter? — conceptual illustration
On this page

Forter is an identity-and-trust platform used at e-commerce checkout, not a traditional anti-bot product. It scores transactions for fraud risk (synthetic identity, account takeover, payment abuse) and returns a real-time approve/decline decision to the merchant. Most scrapers never encounter it — Forter fires on checkout, not on product-page traffic. Scrapers running price-monitoring or catalog extraction can ignore it. Scrapers automating account creation, checkout, or post-purchase flows will hit it on the second request and be silently downgraded.

Quick facts

CategoryFraud / identity — not pure bot protection
Where it firesCheckout, account creation, payment, post-purchase
Detection cookiesfortertoken, ftr_blst_* (device-identity blob)
Decision styleReal-time approve / decline returned to merchant via API
Visibility to scrapersSilent — failed requests look like merchant-side payment failures

What Forter sees and what it decides

Forter is invoked by the merchant's checkout backend, not by the CDN. When a user clicks "Place Order", the merchant POSTs the cart, payment details, device fingerprint, and a fortertoken to Forter. Forter returns approve / decline / review within a few hundred milliseconds. The device-fingerprint blob is the part that matters for automation: it is collected client-side by a Forter JS SDK loaded on the checkout page and includes canvas/WebGL fingerprints, accept-language, timezone, and a hardware-tied identity blob.

Crucially, Forter scores identity, not session. A clean fingerprint is not enough — the identity has to look real (matching IP geolocation to billing address, prior account history, payment-instrument reputation). This is why scrapers that solve every CAPTCHA still get silently declined at checkout: the fingerprint says "human" but the identity says "synthetic".

When scrapers actually encounter Forter

Scrapers running pure data extraction (price monitoring, listings, reviews) never see Forter — those endpoints don't invoke it. Scrapers running any of the following will:

  • Automated checkout flows (sneaker bots, ticketing bots, retail arbitrage)
  • Account creation at scale
  • Coupon / promo-code redemption
  • Returns and refunds automation

The failure mode is silent: the merchant's checkout returns "Payment declined, please try a different card", which is indistinguishable from a real card decline. The actual reason is Forter's decline decision on identity grounds.

What works against Forter

Browser-fingerprint hardening alone does not work — Forter scores identity, not fingerprints. The mitigations are operational rather than technical: matching billing address to IP geolocation, using payment instruments with prior clean history, pacing accounts so they accumulate organic activity before checkout, and avoiding the velocity patterns (10 accounts / 10 minutes / same IP block) that Forter's network sees across customers. Forter shares decline signals across all merchant customers — an identity that declined at one Forter customer is flagged at every other Forter customer.

Related terms

Concept map

How Forter connects

The terms most directly tied to this one. Hover a node to see its neighbours, click to preview, drag to rearrange.

0 terms · 0 connections
You are here · Anti-Bot
Building map…

Frequently asked questions

Is Forter an anti-bot product?

No, it's an anti-fraud / identity-trust product. It does not block scrapers from reading pages. It only fires at checkout and decides whether to approve a transaction. Scrapers doing data extraction can ignore it.

Why does Forter show up in anti-bot articles then?

Because the line between bot and fraud blurs at checkout. Sneaker-bot operators, ticket scalpers, and retail-arbitrage automation all run into Forter on the second request, and the techniques to defeat anti-bot at the page level (fingerprint hardening, residential IPs) are not enough — Forter scores identity, not session.

Can I detect Forter on a target site before checkout?

Yes — look for a script tag loading from cdn.forter.com on the checkout page, or a fortertoken cookie after submitting cart details. If it's there, expect identity scoring on submission.

Last updated: 2026-05-27