CORS with .NET and React
· 8 min read
Hello again. I recently had a task to unit test a service I wrote. I was using .NET's HttpClient to do calls to an API I was consuming, all was good until I had unit test my work.
In this blog post we will pretend we know what Dependency Injection is, hang tight but not too tight, remember loose coupling!