diff --git a/SYNTAX-REFERENCE.md b/SYNTAX-REFERENCE.md index 399c25a93..24cbd04d3 100755 --- a/SYNTAX-REFERENCE.md +++ b/SYNTAX-REFERENCE.md @@ -1194,8 +1194,6 @@ be provided as payload which will be read on run-time. Headers contains HTTP Headers to send with the request. -**Note:** When using headers in authentication secrets files (via `-sf` flag), header names preserve exact casing (e.g., `barAuthToken` stays as `barAuthToken`). This is useful for APIs that require case-sensitive header names. Template headers are canonicalized by default. - Examples: @@ -1426,8 +1424,6 @@ Valid values: SkipSecretFile skips the authentication or authorization configured in the secret file. -**Note:** Authentication secrets files preserve exact header casing, which is useful for case-sensitive APIs. -