Skip to content

chore: implement production rate limiting at provider/WAF level before traffic reaches Next.js #397

@coderabbitai

Description

@coderabbitai

The current rate limiting in src/proxy.ts is process-local and not shared across server instances, making it ineffective under horizontal scaling.

File: src/proxy.ts line 9

Action required:
Configure rate limiting at the infrastructure level (e.g., Vercel Edge, Cloudflare WAF, or similar) to protect against abuse before requests reach the Next.js application layer.


Requested by @Producdevity — related to PR #375

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions