Skip to content

Commit 9f56f8f

Browse files
authored
Updated function-proxies.md
Corrected backend.request.headers part
1 parent 263e7f4 commit 9f56f8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-proxies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ The requestOverrides object defines changes made to the request when the back-en
181181

182182
* **backend.request.method**: The HTTP method that's used to call the back-end.
183183
* **backend.request.querystring.\<ParameterName\>**: A query string parameter that can be set for the call to the back-end. Replace *\<ParameterName\>* with the name of the parameter that you want to set. Please note that if the empty string is provided, the parameter is still included on the back-end request.
184-
* **backend.request.headers.\<HeaderName\>**: A header that can be set for the call to the back-end. Replace *\<HeaderName\>* with the name of the header that you want to set. If you provide the empty string, the header is not included on the back-end request.
184+
* **backend.request.headers.\<HeaderName\>**: A header that can be set for the call to the back-end. Replace *\<HeaderName\>* with the name of the header that you want to set. Please note that if an empty string is provided, the parameter is still included on the back-end request.
185185

186186
Values can reference application settings and parameters from the original client request.
187187

0 commit comments

Comments
 (0)