Hi,
I am using ASPNetCoreAPIRateLimit middleware in my project. It works perfectly well when the settings are from the appsettings.json file. However, I want to get the values / settings from database. How do I do that? The Github explains this can be done using the controller. I am not sure how to make use of this Controller to set values from database. Can you please help? Probably a sample code that explains how to invoke the Controller will help.
Thank you,
Praveen Balanagendra