Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions articles/api-management/send-one-way-request-policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ The `send-one-way-request` policy sends the provided request to the specified UR
<set-header>...</set-header>
<set-body>...</set-body>
<authentication-certificate thumbprint="thumbprint" />
<authentication-managed-identity resource="ResourceID"/>
</send-one-way-request>
```

Expand All @@ -48,6 +49,7 @@ The `send-one-way-request` policy sends the provided request to the specified UR
| [set-header](set-header-policy.md) | Sets a header in the request. Use multiple `set-header` elements for multiple request headers. | No |
| [set-body](set-body-policy.md) | Sets the body of the request. | No |
| authentication-certificate | [Certificate to use for client authentication](authentication-certificate-policy.md), specified in a `thumbprint` attribute. | No |
| authentication-managed-identity | [Authenticate with managed identity](authentication-managed-identity-policy.md) to resource specified in `resource` attribute. | No |
| [proxy](proxy-policy.md) | Routes request via HTTP proxy. | No |


Expand Down
2 changes: 2 additions & 0 deletions articles/api-management/send-request-policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ The `send-request` policy sends the provided request to the specified URL, waiti
<set-header>...</set-header>
<set-body>...</set-body>
<authentication-certificate thumbprint="thumbprint" />
<authentication-managed-identity resource="ResourceID"/>
<proxy>...</proxy>
</send-request>
```
Expand All @@ -51,6 +52,7 @@ The `send-request` policy sends the provided request to the specified URL, waiti
| [set-header](set-header-policy.md) | Sets a header in the request. Use multiple `set-header` elements for multiple request headers. | No |
| [set-body](set-body-policy.md) | Sets the body of the request. | No |
| authentication-certificate | [Certificate to use for client authentication](authentication-certificate-policy.md), specified in a `thumbprint` attribute. | No |
| authentication-managed-identity | [Authenticate with managed identity](authentication-managed-identity-policy.md) to resource specified in `resource` attribute. | No |
| [proxy](proxy-policy.md) | Routes request via HTTP proxy. | No |

## Usage
Expand Down