Skip to content

Commit f659943

Browse files
authored
public repo edit
1 parent 9f56f8f commit f659943

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-functions/functions-proxies.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,8 @@ 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. 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. Please note that if an empty string is provided, the parameter is still 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. Note that if an 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. 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)