Trending

#RateLimiting

Latest posts tagged with #RateLimiting on Bluesky

Latest Top
Trending

Posts tagged #RateLimiting

Just a moment...

Explore effective strategies for defending your APIs against high-traffic scenarios, like a 5,000 RPS attack, using distributed rate limiting. Enhance security and performance with best practices. #APISecurity #RateLimiting

0 0 0 0

LaraFoundry rate limits login attempts:
- 5 attempts per email+IP combo
- Lockout with countdown timer
- Admin email attempts trigger instant notification
- RateLimiter::clear() on success
Simple. Effective. Built into LoginRequest - not the controller.

#LaraFoundry #Laravel #Security #RateLimiting

1 0 1 0
Preview
New in .NET 10 and C# 14: Multi-Tenant Rate Limiting

Build fair-use per customer with partitioned token buckets and a simple tenant resolver in ASP.NET Core 10. See what .NET 10 upgrades in rate limiting to keep your SaaS fast and polite.

#aspnetcore #dotnet #ratelimiting

1 0 0 0

⚙️ Más allá de los límites: escalando el acceso a Codex y Sora

Cómo OpenAI combina límites, seguimiento y créditos para un acceso continuo.

https://openai.com/index/beyond-rate-limits

#APIManagement #RateLimiting #OpenAI #RoxsRoss

0 0 0 0

Building a LeetCode App: Part 2

Challenge: sending hundreds of requests in a short time risks rate limiting or IP blacklisting. Also, there’s no straightforward way (to my knowledge) to fetch multiple accounts in a single request.

#Backend #APIs #RateLimiting

0 0 0 0

#Development #Challenges
Web­space invaders · Let’s level up our anti-AI scraping game! ilo.im/16ahl8 by Matthias Ott

_____
#AI #Crawlers #RobotsTxt #RateLimiting #WAFs #Cloudflare #IndieWeb #WebDev #Frontend #Backend

0 0 0 0
Preview
How to Use Rate Limiting in ASP.NET Core for Better API Security and Performance - Ottorino Bruni Learn how to use the built-in Rate Limiting middleware in ASP.NET Core to protect your APIs from abuse, ensure fair usage, and maintain reliable performance. Includes a complete example using Minimal ...

⚡ Rate Limiting in ASP.NET Core Built-in middleware → protect API, prevent abuse, keep it stable. Easy 429s since .NET 7. #dotnet #aspnetcore #ratelimiting #api #security
#dotnet #aspnetcore #ratelimiting #api #security" www.ottorinobruni.com/how-to-use-r...

1 0 0 0

Current HTTP rate limiting encourages burst-pause cycles that create traffic jams. Linear algorithms like GCRA offer smoother flow – less jerky stops/starts, better efficiency. Anyone else tired of digital stop signs? #RateLimiting #WebPerformance (260 characters) - Uses conversational...

0 0 1 0
Just a moment...

Explore effective #RateLimiting in .NET 9 APIs! Learn how caching & middleware can enhance app performance and security. Dive into best practices for seamless integration. #DotNetDevelopment

0 0 0 0
Preview
How to Use Rate Limiting in ASP.NET Core for Better API Security and Performance - Ottorino Bruni Learn how to use the built-in Rate Limiting middleware in ASP.NET Core to protect your APIs from abuse, ensure fair usage, and maintain reliable performance. Includes a complete example using Minimal ...

🚀 Protect Your ASP.NET Core APIs with Rate Limiting! ⚡ Built-in middleware to prevent abuse, ensure fairness & boost performance. #dotnet #aspnetcore #ratelimiting #api #security www.ottorinobruni.com/how-to-use-r...

1 0 0 0
How to rate-limit requests with NGINX - Joshtronic All you do is take, take, take

#Development #Approaches
Rate-limiting requests with Nginx · An alternative approach to counter AI crawlers ilo.im/168axr by Josh Sherman

_____
#RateLimiting #Nginx #WebServer #AI #Scrapers #RobotsTxt #DevOps #WebDev #Backend

0 0 0 0
Post image

🚀 Secure & Speed Up Your APIs with Rate Limiting in ASP.NET Core! ⚡ Limit requests to prevent abuse & overload built-in middleware from .NET 7+. #dotnet #aspnetcore #ratelimiting #api #performance

1 0 0 0
Original post on transverso.org

Fiz uma prova de conceito rápida e simples para testar um controle de vazão de requisições em Go (uma API HTTP em Go recebendo tráfego). Implementei do zero, sem pegar exemplo de documentação, sem sugestão de Copilot da vida, sem ler nenhuma referência.

Considerando minhas habilidades medianas […]

0 0 0 0
Preview
How to Use Rate Limiting in ASP.NET Core for Better API Security and Performance - Ottorino Bruni Learn how to use the built-in Rate Limiting middleware in ASP.NET Core to protect your APIs from abuse, ensure fair usage, and maintain reliable performance. Includes a complete example using Minimal ...

🛡️ Secure ASP.NET Core APIs with Rate Limiting! Prevent abuse & boost performance—built-in middleware for .NET 8/9. #dotnet #aspnetcore #ratelimiting #apidev
www.ottorinobruni.com/how-to-use-r...

2 1 0 0

So #Reddit is doing #ratelimiting? Does ElonMusk own it like he does #X? Odd. This just started today for me.

0 0 0 0
Preview
How to Use Rate Limiting in ASP.NET Core for Better API Security and Performance - Ottorino Bruni Learn how to use the built-in Rate Limiting middleware in ASP.NET Core to protect your APIs from abuse, ensure fair usage, and maintain reliable performance. Includes a complete example using Minimal ...

🛡️ Secure ASP.NET Core APIs with Rate Limiting! Prevent abuse & boost performance built-in middleware for .NET 8/9. #dotnet #aspnetcore #ratelimiting #apidev
www.ottorinobruni.com/how-to-use-r...

2 0 0 0
Preview
How to Use Rate Limiting in ASP.NET Core for Better API Security and Performance - Ottorino Bruni Learn how to use the built-in Rate Limiting middleware in ASP.NET Core to protect your APIs from abuse, ensure fair usage, and maintain reliable performance. Includes a complete example using Minimal ...

🛡️ Secure ASP.NET Core APIs with Rate Limiting! Prevent overloads & boost performance—100 req/min limit with HTTP 429. #dotnet #aspnetcore #ratelimiting #apidev www.ottorinobruni.com/how-to-use-r...

0 0 0 0
Preview
How to Use Rate Limiting in ASP.NET Core for Better API Security and Performance - Ottorino Bruni Learn how to use the built-in Rate Limiting middleware in ASP.NET Core to protect your APIs from abuse, ensure fair usage, and maintain reliable performance. Includes a complete example using Minimal ...

🔒 Boost ASP.NET Core API security & performance with rate limiting! Control requests to prevent overloads & ensure stability. #dotnet #aspnetcore #ratelimiting #apidev www.ottorinobruni.com/how-to-use-r...

0 0 0 0
What Is Rate Limiting?  Coding Concepts Explained Simply
What Is Rate Limiting? Coding Concepts Explained Simply YouTube video by AutistiCoder

Curious why APIs won’t let you send unlimited requests?
Rate limiting keeps servers safe from overload.
New short explainer is live now:
youtube.com/shorts/p7fG3...

#RateLimiting #DevTips #CodeConcepts #APIs #LearnToCode #Programming

1 0 0 0
Preview
Reddit appears to be mildly struggling with a sudden influx of traffic over Tor; hopefully they will make some tweaks to help it real soon now See the image; similar overloading also seems to be affecting the Reddit Onion site. I can’t think why it’s happening, but I’m sure they will sort it out soon. Vulnerable people a…

Reddit appears to be mildly struggling with a sudden influx of traffic over Tor; hopefully they will make some tweaks to help it real soon now
https://alecmuffett.com/article/113756
#AgeVerification #RateLimiting #overload #reddit #tor

4 0 1 0
Preview
Security | Manifest Docs Implement Security in your Manifest backend and make sure that your app is protected.

🚦 Manifest now lets you prevent too many requests with simple rules.

Just set your limits in your YAML file.
Docs: manifest.build/docs/security

#OpenSource #backend #API #DevTools #ratelimiting #YAML #webdev #LLM #security

6 2 0 0

Discover how to effectively implement API rate limiting in .NET to ensure scalability and protect resources. Key techniques include token buckets and sliding windows. #DotNet #RateLimiting

0 0 0 0

Caching isn't just about speed! It's also a powerful tool for enhancing security. Discover how rate limiting, implemented with caching, protects your app from DoS attacks. 🛡️ #RateLimiting #DoSAttack #WebSecurity

0 0 1 0

Overview: Hacker News discussed an interactive guide on rate limiting. Topics included various algorithms, practical applications, scaling challenges, critiques of the article's presentation, and a tangent on AI use in its creation. #ratelimiting 1/6

0 0 1 0

Basic technical defenses discussed include rate limiting requests per IP and using fail2ban to block persistent offenders. Simple steps can help mitigate resource drain from bots. #RateLimiting 3/6

0 0 1 0

In a night build of my hobby app, Trello apparently gave me CAPTCHA as a response to a valid API request with a valid API token 😀 Innovative approach to API rate-limiting! I hope this was just a bug on their side…

#trello #api #atlassian #ratelimiting

0 0 1 0

Docker Hub revamps limits: Business tier gets 1M pulls/month, unauth users limited to 10 pulls/hour.
https://docs.docker.com/docker-hub/usage/
#dockerhub #usagelimits #authentication #ratelimiting #cloudstorage

0 0 0 0
Preview
Rate Limiting in ASP.NET Core Web API (.NET 6) - Code Maze Rate Limiting in ASP.NET Core Web API is the process of restricting the number of requests for a resource within a specific time window.

https://code-maze.com/aspnetcore-web-api-rate-limiting/ - #RateLimiting in #ASPnet Core #APIs: https://github.com/stefanprodan/AspNetCoreRateLimit is great for most scenarios, but builds their own to learn.

0 0 0 0

Two fun projects I am looking at over the holidays are:

1. Website to show how to use #HTMX controls in ASP.NET Core Razor Pages.
2. Create a library for #RateLimiting in #ASPNETCore Web API and Minimal APIs.

#csharp #apis #webdev

4 0 0 0