Skip to content

Commit a6182ce

Browse files
author
Jason Freeberg
authored
Document HTTP header for inspecting protocol
Related to ICM
1 parent a307a92 commit a6182ce

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/app-service/configure-ssl-bindings.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,12 @@ Your app's **Custom domain** page is updated with the new, dedicated IP address.
9999

100100
## Test HTTPS
101101

102-
In various browsers, browse
103-
to `https://<your.custom.domain>` to verify that it serves up your app.
102+
In various browsers, browse to `https://<your.custom.domain>` to verify that it serves up your app.
104103

105104
![Portal navigation to Azure app](./media/configure-ssl-bindings/app-with-custom-ssl.png)
106105

106+
Your application code can inspect the protocol via the "x-appservice-proto" header. The header will have a value of `http` or `https`.
107+
107108
> [!NOTE]
108109
> If your app gives you certificate validation errors, you're probably using a self-signed certificate.
109110
>

0 commit comments

Comments
 (0)