This is a simple ASP.NET Core MVC web application to demonstrate how to use the ConfigCat SDK.
- Install .NET
- Change dir to
/WebApplicationcd WebApplication - Run app
dotnet run
- Open http://localhost:5000 in browser
The purpose of http://localhost:5000/api/backdoor/configcatchanged is to be called by ConfigCat Webhhooks. This way the application is notified by ConfigCat when feature flag or setting values updated and the new config is ready for downloading.
Webhooks on ConfigCat Dashboard: https://app.configcat.com/webhook
Webhooks on ConfigCat Docs: https://configcat.com/docs/advanced/notifications-webhooks