Skip to content

Commit 034a9ba

Browse files
committed
proxy element
1 parent 4be6170 commit 034a9ba

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

articles/api-management/send-one-way-request-policy.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ The `send-one-way-request` policy sends the provided request to the specified UR
4646
| [set-header](set-header-policy.md) | Sets a header in the request. Use multiple `set-header` elements for multiple request headers. | No |
4747
| [set-body](set-body-policy.md) | Sets the body of the request. | No |
4848
| 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 |
4950

5051

5152
## Usage

articles/api-management/send-request-policy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ The `send-request` policy sends the provided request to the specified URL, waiti
4949
| [set-header](set-header-policy.md) | Sets a header in the request. Use multiple `set-header` elements for multiple request headers. | No |
5050
| [set-body](set-body-policy.md) | Sets the body of the request. | No |
5151
| 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 |
5353

5454
## Usage
5555

0 commit comments

Comments
 (0)