You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| mode | Determines whether this is a `new` request or a `copy` of the current request. In outbound mode, `mode=copy` does not initialize the request body. Policy expressions are allowed. | No |`new`|
36
+
| mode | Determines whether this is a `new` request or a `copy` of the headers and body in the current request. In the outbound policy section, `mode=copy` does not initialize the request body. Policy expressions are allowed. | No |`new`|
37
37
| timeout| The timeout interval in seconds before the call to the URL fails. Policy expressions are allowed. | No | 60 |
38
38
39
39
@@ -46,6 +46,7 @@ The `send-one-way-request` policy sends the provided request to the specified UR
46
46
|[set-header](set-header-policy.md)| Sets a header in the request. Use multiple `set-header` elements for multiple request headers. | No |
47
47
|[set-body](set-body-policy.md)| Sets the body of the request. | No |
48
48
| authentication-certificate |[Certificate to use for client authentication](authentication-certificate-policy.md), specified in a `thumbprint` attribute. | No |
49
+
|[proxy](proxy-policy.md)| Routes request via HTTP proxy. | No |
| mode | Determines whether this is a `new` request or a `copy` of the current request. In outbound mode, `mode=copy` does not initialize the request body. Policy expressions are allowed. | No |`new`|
38
+
| mode | Determines whether this is a `new` request or a `copy` of the headers and body in the current request. In the outbound policy section, `mode=copy` does not initialize the request body. Policy expressions are allowed. | No |`new`|
39
39
| response-variable-name | The name of context variable that will receive a response object. If the variable doesn't exist, it will be created upon successful execution of the policy and will become accessible via [`context.Variable`](api-management-policy-expressions.md#ContextVariables) collection. Policy expressions are allowed. | Yes | N/A |
40
40
| timeout | The timeout interval in seconds before the call to the URL fails. Policy expressions are allowed. | No | 60 |
41
41
| ignore-error | If `true` and the request results in an error, the error will be ignored, and the response variable will contain a null value. Policy expressions aren't allowed. | No |`false`|
@@ -49,7 +49,7 @@ The `send-request` policy sends the provided request to the specified URL, waiti
49
49
|[set-header](set-header-policy.md)| Sets a header in the request. Use multiple `set-header` elements for multiple request headers. | No |
50
50
|[set-body](set-body-policy.md)| Sets the body of the request. | No |
51
51
| authentication-certificate |[Certificate to use for client authentication](authentication-certificate-policy.md), specified in a `thumbprint` attribute. | No |
52
-
|proxy | A [proxy](proxy-policy.md)policy statement. Used to route request via HTTP proxy | No |
52
+
|[proxy](proxy-policy.md)| Routes request via HTTP proxy.| No |
0 commit comments