coryrwest / B2.NET

.NET library for Backblaze's B2 Cloud Storage
MIT License
62 stars 33 forks source link

CORS #46

Closed thepixelmonk closed 3 years ago

thepixelmonk commented 4 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:

api

It seems to be messing with the cors policy.

coryrwest commented 4 years ago

@nboltn Would you be willing to put together a sample project that demonstrates this? I have been unable to reproduce this.