Actions
Traffic Policy actions enable you to modify the behavior of traffic flowing through your endpoints. The following actions are available for use on your endpoints:
Type | Description | Supported On |
---|---|---|
add-headers | Add headers to incoming requests or outgoing responses. | Inbound, Outbound |
compress-response | Compress HTTP Response bodies as they leave your upstream server. | Inbound, Outbound |
custom-response | Send back a pre-defined custom response to the client. | Inbound, Outbound |
deny | Reject incoming traffic to an endpoint. | Inbound |
jwt-validation | Validate JSON Web Tokens (JWT). | Inbound |
log | Emit an event with custom defined metadata. | Inbound, Outbound |
rate-limit | Rate limit traffic to your upstream servers. | Inbound |
redirect | Transform your URL using regular expressions and redirect users through location header. | Inbound |
remove-headers | Remove headers from incoming requests or outgoing responses. | Inbound, Outbound |
restrict-ips | Allow or deny traffic based on source IP. | Inbound |
url-rewrite | Transform request URLs using regex. | Inbound |