[GH-ISSUE #593] Add Rate Limiting Feature #212

Closed
opened 2026-02-25 22:34:37 +03:00 by kerem · 0 comments
Owner

Originally created by @sadok-f on GitHub (Nov 1, 2025).
Original GitHub issue: https://github.com/flyimg/flyimg/issues/593

Originally assigned to: @sadok-f on GitHub.

Add rate limiting to prevent abuse and control usage.

Supports IP-based limits with configurable storage backends (file-based or in-memory) and multiple time windows (per minute, hour, day).

Integrates as Silex middleware and returns 429 Too Many Requests with standard rate limit headers when exceeded.

Originally created by @sadok-f on GitHub (Nov 1, 2025). Original GitHub issue: https://github.com/flyimg/flyimg/issues/593 Originally assigned to: @sadok-f on GitHub. Add rate limiting to prevent abuse and control usage. Supports IP-based limits with configurable storage backends (file-based or in-memory) and multiple time windows (per minute, hour, day). Integrates as Silex middleware and returns 429 Too Many Requests with standard rate limit headers when exceeded.
kerem 2026-02-25 22:34:37 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/flyimg#212
No description provided.