Itnetic logo Itnetic Technologies
PlatformLogsNetworkPricing
Log inStart free
PlatformLogsNetworkPricing
Log inStart free

Changelog · Protection

API Zones — protect your APIs without breaking them

Machine traffic can’t solve a browser challenge. API Zones protect your API paths with rate limits and signatures instead — and always answer with API-correct status codes.

Released July 14, 2026

Highlights

  • Mark path prefixes (/api/, /graphql) as machine traffic — they never receive a challenge or tag cookies.
  • Per-client token-bucket rate limiting plus a zone-wide flood ceiling, keyed by a header you choose (IP fallback).
  • Rate-limited clients get a 429 with Retry-After — never an HTML redirect they can’t read.
  • Three attack modes: Signatures (default), Strict key, and Log only for safe tuning.

Our core defense is a browser challenge — an interstitial that runs a little JavaScript and hands back a signed cookie. A real browser solves it instantly. curl, an SDK, a mobile app or a webhook cannot solve it at all. So when a domain flipped into challenge mode during an attack, its API endpoints went down with it — and because API clients don't store cookies, they looked like attackers to our flood detectors too.

API Zones fix this. Define path prefixes — /api/, /graphql, whatever your machine traffic uses — and requests matching a zone are treated as machine traffic end to end. They never get a challenge and never receive tag cookies, and they don't feed the browser-oriented flood detectors, so honest API clients stop being counted as attackers.

They're protected instead by per-client rate limiting — a token bucket keyed by a header you choose (Authorization is the usual pick, hashed so the raw credential is never stored), with an IP fallback — plus a zone-wide flood ceiling that arms a short attack window. Every response is API-correct: a rate-limited client gets a 429 with a Retry-After header, not an HTML redirect.

You choose what the attack window does: Signatures (block flagged attacker fingerprints), Strict key (also reject requests missing your key header), or Log only — detect and block nothing, so you can tune limits for a week before enforcing. Invalid zone config fails open to the normal web pipeline, so a bad zone never takes your site down.

Manage it all from a new API section on the domain page. The principle is simple: an API client can't prove it's human, so we don't ask — we verify it's identified and bounded instead. See What is a Layer 7 DDoS attack?

More updates

AnalyticsJuly 14, 2026

Advanced filterable analytics

See every request your domain serves — unsampled, filterable across 17+ dimensions, with real percentile latency and built-in bot visibility.

SecurityJuly 12, 2026

IP reputation filtering and verified-bot allowlist

Block traffic by the reputation of the network it comes from, and keep the good bots you rely on flowing.

DetectionJuly 12, 2026

Adaptive Layer 7 detection — CPU load-shed and subresource-flood

Two new edge defenses keep the proxy fast and legitimate visitors online even when an attack targets the origin directly.

Protect my website freeAll updates
Itnetic logo Itnetic Technologies

Advanced DDoS mitigation and web performance solutions for modern businesses. Protect your infrastructure across multiple regions.

Product

  • DDoS Mitigation
  • Web CDN
  • Network
  • Pricing

Resources

  • Learn
  • Changelog
  • FAQ
  • Status

Company

  • Founder
  • Contact
Petr ChlíbekIČO: 21210756Neplátce DPH
© 2026 Itnetic Technologies. All rights reserved.
Terms of ServicePrivacy PolicyCookie PolicyDPA

We use essential cookies to run and secure the site. With your consent we also use Google Analytics to understand usage. Cookie Policy