Closed thepixelmonk closed 3 years ago
Simply adding this line:
<PackageReference Include="B2Net" Version="0.7.5"/>
to my .csproj file causes all of my frontend api requests to fail:
.csproj
It seems to be messing with the cors policy.
@nboltn Would you be willing to put together a sample project that demonstrates this? I have been unable to reproduce this.
Simply adding this line:
to my
.csproj
file causes all of my frontend api requests to fail:It seems to be messing with the cors policy.