Skip to content

Commit 4be1dfa

Browse files
authored
Merge pull request #97784 from mike-urnun-msft/patch-97
resolves #36058
2 parents 5d9ef8d + a8b0513 commit 4be1dfa

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
@@ -180,7 +180,7 @@ Proxies read all strings out of a JSON file, using \ as an escape symbol. Proxie
180180
The requestOverrides object defines changes made to the request when the back-end resource is called. The object is defined by the following properties:
181181

182182
* **backend.request.method**: The HTTP method that's used to call the back-end.
183-
* **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. If the empty string is provided, the parameter is not included on the back-end request.
183+
* **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.
184184
* **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.
185185

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

0 commit comments

Comments
 (0)