Skip to content

Commit 3a7b33a

Browse files
authored
Merge pull request #192260 from MayankBargali-MSFT/patch-65
(AzureCXP) fixed Send one way request policy
2 parents a4f8e66 + 1724a8c commit 3a7b33a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/api-management/api-management-advanced-policies.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,7 @@ The `send-one-way-request` policy sends the provided request to the specified UR
604604

605605
```xml
606606
<send-one-way-request mode="new | copy">
607-
<url>...</url>
607+
<set-url>...</set-url>
608608
<method>...</method>
609609
<header name="" exists-action="override | skip | append | delete">...</header>
610610
<body>...</body>
@@ -648,7 +648,7 @@ This sample policy shows an example of using the `send-one-way-request` policy t
648648
| Element | Description | Required |
649649
| -------------------------- | ----------------------------------------------------------------------------------------------------------- | ------------------------------- |
650650
| send-one-way-request | Root element. | Yes |
651-
| url | The URL of the request. | No if mode=copy; otherwise yes. |
651+
| set-url | The URL of the request. | No if mode=copy; otherwise yes. |
652652
| method | The HTTP method for the request. | No if mode=copy; otherwise yes. |
653653
| header | Request header. Use multiple header elements for multiple request headers. | No |
654654
| body | The request body. | No |

0 commit comments

Comments
 (0)