Outbound Anonymous
The OutboundAnonymous
policy allows outbound requests to be sent without any
authentication credentials. Use this policy when the target endpoint does not require authentication
or accepts anonymous access.
In API Studio, this policy is identified by the kind Route
.
Example of a Outbound Anonymous policy:
kind: OutboundAnonymous
apiVersion: api.webmethods.io/beta
metadata:
name: OutboundAnonymous
version: 1.0
namespace: sample
spec:
enable: true
To invoke the Outbound Anonymous policy, you can specify:
Type | Description |
---|---|
kind |
|
apiVersion | Denotes the version of the API in use. |
metadata | Denotes the metadata or details of the asset type. It covers this metadata:
|
spec |
You can configure the following policy specifications:
|