We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd87cd8 commit cb0c9c7Copy full SHA for cb0c9c7
1 file changed
aspnetcore/grpc/browser/sample/CORS_Startup.cs
@@ -8,7 +8,7 @@ public void ConfigureServices(IServiceCollection services)
8
builder.AllowAnyOrigin()
9
.AllowAnyMethod()
10
.AllowAnyHeader()
11
- .WithExposedHeaders("Grpc-Status", "Grpc-Message");
+ .WithExposedHeaders("Grpc-Status", "Grpc-Message", "Grpc-Encoding", "Grpc-Accept-Encoding");
12
}));
13
}
14
0 commit comments