We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69c267f commit c1f1e82Copy full SHA for c1f1e82
1 file changed
MyApp/Configure.Cors.cs
@@ -12,7 +12,8 @@ public void Configure(IWebHostBuilder builder) => builder
12
policy.WithOrigins([
13
"http://localhost:5000", "https://localhost:5001", "http://localhost:8080",
14
"https://localhost:5173", "http://localhost:5173",
15
- "https://docs.servicestack.net","https://press-react.servicestack.net"
+ "https://docs.servicestack.net","https://press-react.servicestack.net",
16
+ "https://react.servicestack.net",
17
])
18
.AllowCredentials()
19
.WithHeaders(["Content-Type", "Allow", "Authorization"])
0 commit comments