Skip to main content
Feedback

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 RequestOn Response
X

Configuration

PropertyRequiredDescriptionTypeDefault
methodyesHTTP method sent to the backend API.HTTP methodGET

Example

”overide-http” : {
"method": "GET"
}
On this Page