Skip to content

Commit

Permalink
rename blog dates + publish Rare Limiter Middleware
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Apr 8, 2024
1 parent 834d197 commit 1ba179b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion MyApp/Pages/Overview/Services.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ List<Contact> response = client.Get(new GetContacts());
</div>
</div>


<div class="relative isolate overflow-hidden bg-white px-6 py-12 lg:overflow-visible lg:px-0">
<div class="lg:col-span-2 lg:col-start-1 lg:row-start-2 lg:mx-auto lg:grid lg:w-full lg:max-w-7xl lg:grid-cols-2 lg:gap-x-8 lg:px-8">
<div class="lg:pr-4">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
---
title: Using ASP.NET Core Rate Limiter Middleware
summary: Learn how to use the new Rate Limiter Middleware in ServiceStack to protect your APIs from abuse.
date: 2024-03-10
tags: [servicestack,.net8,auth,middleware]
author: Darren Reid
image: https://images.unsplash.com/photo-1527710200112-665192dc1c22?crop=entropy&fit=crop&h=1000&w=2000
draft: true
author: Darren Reid
---

Introduction Rate limiting is an important technique for protecting web APIs and applications from excessive traffic and abuse. By throttling the number of requests a client can make in a given time period, rate limiting helps ensure fair usage, maintains performance and availability, and defends against denial-of-service attacks.
Expand Down

0 comments on commit 1ba179b

Please sign in to comment.