File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -604,7 +604,7 @@ The `send-one-way-request` policy sends the provided request to the specified UR
604
604
605
605
``` xml
606
606
<send-one-way-request mode =" new | copy" >
607
- <url >...</url >
607
+ <set- url >...</set- url >
608
608
<method >...</method >
609
609
<header name =" " exists-action =" override | skip | append | delete" >...</header >
610
610
<body >...</body >
@@ -648,7 +648,7 @@ This sample policy shows an example of using the `send-one-way-request` policy t
648
648
| Element | Description | Required |
649
649
| -------------------------- | ----------------------------------------------------------------------------------------------------------- | ------------------------------- |
650
650
| 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. |
652
652
| method | The HTTP method for the request. | No if mode=copy; otherwise yes. |
653
653
| header | Request header. Use multiple header elements for multiple request headers. | No |
654
654
| body | The request body. | No |
You can’t perform that action at this time.
0 commit comments