How can we setup on C#/.NET Core? Will we send a H...
# ask-questions
h
How can we setup on C#/.NET Core? Will we send a HTTP request, before we know each variant to show?
f
Hi Philip, are you looking to A/B test on the back end or you want your A/B test to affect the http request?
h
A/B test on the back end
1. User requests www.justlearn.com 2. Middleware to check what AB test to show 3. User can see www.justlearn.com
f
ya, there is an SDK for C#
one sec, let me find the link
h
alright
f
I'm not too familiar with .net, but this was contributed by the community: https://github.com/richerm/growthbook-dotnet
it may not support the feature flags
I haven't looked at the code