Skip to content

Commit bff09ce

Browse files
Fix link anchor
Co-authored-by: Stephen Halter <halter73@gmail.com>
1 parent 11122db commit bff09ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/concepts/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ For production servers, configure the exact public host names for the deployment
113113

114114
CORS is not a substitute for host name validation. When browser-based cross-origin access is required, limit which browser origins can call the MCP endpoint by using the most restrictive ASP.NET Core CORS policy possible. See [Enable Cross-Origin Requests (CORS) in ASP.NET Core | Microsoft Learn](https://learn.microsoft.com/aspnet/core/security/cors).
115115

116-
For the full HTTP security examples, including `AllowedHosts` and restrictive CORS on `MapMcp`, see [Streamable HTTP transport](transports/transports.md#request-origin-validation).
116+
For the full HTTP security examples, including `AllowedHosts` and restrictive CORS on `MapMcp`, see [Streamable HTTP transport](transports/transports.md#browser-cross-origin-access).
117117

118118
### Building an MCP client
119119

0 commit comments

Comments
 (0)