Skip to content

Commit 7675688

Browse files
authored
Update common-parameters-and-headers.md
1 parent 235b6f9 commit 7675688

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

articles/key-vault/general/common-parameters-and-headers.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ ms.author: mbaldwin
1818

1919
The following information is common to all operations that you might do related to Key Vault resources:
2020

21+
- The HTTP `Host` header must always be present and must specify the vault hostname. Example: `Host: contoso.vault.azure.net`. Note that most client technologies populate the `Host` header from the URI. For instance, `GET https://contoso.vault.azure.net/secrets/mysecret{...}` will set the `Host` as `contoso.vault.azure.net`. This means that if you access Key Vault using raw IP address like `GET https://10.0.0.23/secrets/mysecret{...}`, the automatic value of `Host` header will be wrong and you will have to manually insure that the `Host` header contains the vault hostname.
2122
- Replace `{api-version}` with the api-version in the URI.
2223
- Replace `{subscription-id}` with your subscription identifier in the URI
2324
- Replace `{resource-group-name}` with the resource group. For more information, see Using Resource groups to manage your Azure resources.

0 commit comments

Comments
 (0)