Override HTTP Method Policy
With the Override HTTP Method policy, you can change the HTTP method provided by the initial consumer with a specified value.
Timing
| On Request | On Response |
|---|---|
| X |
Configuration
| Property | Required | Description | Type | Default |
|---|---|---|---|---|
method | yes | HTTP method sent to the backend API. | HTTP method | GET |
Example
”overide-http” : {
"method": "GET"
}