Asp .Net Core WebApi : 2nd http call on exception – Asp.net
I'm writing one Webapi where I've to call a 2nd endpoint of HTTP when the first HTTP endpoint fails. However, for the second HTTP call, my application shouldn't block the main thread and should return an unsuccessful result. My HTTP…