AspNetCoreRateLimit icon indicating copy to clipboard operation
AspNetCoreRateLimit copied to clipboard

Getting CORS error instead of 429 (when using AspNetCoreRateLimit Nuget)

Open AssafKoh opened this issue 2 years ago • 1 comments

Hello,

I started using your Nuget: "AspNetCoreRateLimit", which controls the maximum number of requests to a certain API or to all APIs.

After the desired number of requests, the API is indeed blocked. for 3 requests I indeed see 429 as response status, but after the 3rd request and so on, I stop getting a 429 status and start getting a CORS error.

Do you have any idea why this is happening?

AssafKoh avatar Aug 09 '23 14:08 AssafKoh