Control browser reach
Define which web origins may call the backend.
Home / Product / Traffic and request controls
Keep public access boundedControl origins, compression, request size, connection pressure, and request rates so public interfaces match the product and infrastructure you intend to operate.
A correct feature can still fail under oversized uploads, too many open connections, aggressive polling, or an unintended browser origin. Leaving every limit to infrastructure defaults makes the operating boundary hard to reason about.
Daptin includes configurable CORS, gzip, connection bounds, and rate controls, alongside database pools and file-path limits. These mechanisms let operators define what the runtime should accept.
The edge proxy and Daptin must agree. A safe operating plan treats limits as part of the product's public contract, not as emergency settings added after overload.
Define which web origins may call the backend.
Bound traffic before it consumes database, memory, storage, or worker capacity.
Apply controls with awareness of APIs, uploads, live clients, and protocol services.
Traffic and request controls does more when it can reuse the records, people, access rules, and workflows already in your application.
Traffic reaches the configured listener or proxy.
Evaluate origin, size, rate, connection, and encoding needs.
Pass valid requests into authentication and product behavior.
Measure rejections and pressure, then tune from evidence.
Start from the experience you want to create; the backend capability supports the work behind it.
Protect common read and write routes from bursts and misuse.
Align proxy and backend limits with expected customer files.
Balance ordinary requests with long-lived realtime connections.
These capabilities share the same application context, so each one makes traffic and request controls more useful.
Built-in limits are one layer, not a complete edge-security or denial-of-service service. Use a reverse proxy or network edge where appropriate, test real workloads, and monitor both accepted and rejected traffic.
Run Daptin locally, explore the live administration surface, and follow one complete application path.