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.
Set upload sizes, connection bounds, request rates, polling budgets, and allowed browser origins from measured workloads. 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. Publish and test request rates, body sizes, connection bounds, origins, and file limits as part of the product contract.
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.
Combine Daptin’s request controls with a reverse proxy, network edge, and denial-of-service protection. Teams monitor traffic and add an appropriate reverse proxy, network edge, and denial-of-service protection.
Run Daptin locally, explore the live administration surface, and follow one complete application path.