Cloudflare API Shield Sequence Enforcement
Follows the correct sequence: select seat → fill details → pay. Each step must complete before moving to the next.
A bot skips the sequence and hits the payment endpoint directly. API Shield Sequences will detect this and block the request.
Follows the correct sequence: browse products → add to cart → checkout. All 3 steps enforced by a single WAF rule.
A bot skips browse & add-to-cart and hits checkout directly. The single WAF rule checks previous_ops[0] and [1] to block it.