🐛 Fix CORS expose headers
This commit is contained in:
parent
eef64df81a
commit
0c48694493
@ -291,7 +291,7 @@ app.UseForwardedHeaders(new ForwardedHeadersOptions
|
||||
|
||||
app.UseCors(opts =>
|
||||
opts.SetIsOriginAllowed(_ => true)
|
||||
.WithExposedHeaders("X-Total", "Location")
|
||||
.WithExposedHeaders("*")
|
||||
.WithHeaders()
|
||||
.AllowCredentials()
|
||||
.AllowAnyHeader()
|
||||
|
Loading…
x
Reference in New Issue
Block a user