Add cross-link (#23442)
parent
9b00dc631e
commit
429655e2ca
|
@ -144,6 +144,7 @@ Further configuration guidance is found in the following articles:
|
|||
* <xref:host-and-deploy/proxy-load-balancer>: Includes guidance on:
|
||||
* Using Forwarded Headers Middleware to preserve HTTPS scheme information across proxy servers and internal networks.
|
||||
* Additional scenarios and use cases, including manual scheme configuration, request path changes for correct request routing, and forwarding the request scheme for Linux and non-IIS reverse proxies.
|
||||
* [Support prerendering with authentication](xref:blazor/security/webassembly/additional-scenarios#support-prerendering-with-authentication)
|
||||
|
||||
::: moniker-end
|
||||
|
||||
|
@ -277,6 +278,7 @@ Further configuration guidance is found in the following articles:
|
|||
* <xref:host-and-deploy/proxy-load-balancer>: Includes guidance on:
|
||||
* Using Forwarded Headers Middleware to preserve HTTPS scheme information across proxy servers and internal networks.
|
||||
* Additional scenarios and use cases, including manual scheme configuration, request path changes for correct request routing, and forwarding the request scheme for Linux and non-IIS reverse proxies.
|
||||
* [Support prerendering with authentication](xref:blazor/security/webassembly/additional-scenarios#support-prerendering-with-authentication)
|
||||
|
||||
::: moniker-end
|
||||
|
||||
|
@ -407,5 +409,6 @@ For further configuration guidance, see <xref:blazor/security/webassembly/additi
|
|||
* <xref:host-and-deploy/proxy-load-balancer>: Includes guidance on:
|
||||
* Using Forwarded Headers Middleware to preserve HTTPS scheme information across proxy servers and internal networks.
|
||||
* Additional scenarios and use cases, including manual scheme configuration, request path changes for correct request routing, and forwarding the request scheme for Linux and non-IIS reverse proxies.
|
||||
* [Support prerendering with authentication](xref:blazor/security/webassembly/additional-scenarios#support-prerendering-with-authentication)
|
||||
|
||||
::: moniker-end
|
||||
|
|
Loading…
Reference in New Issue