A service proxy that handles Swagger REST API calls. It includes a SwaggerRewriterInterceptor ex factory.
| Name | Required | Default | Description | Examples |
|---|---|---|---|---|
| allowUI | false | true |
Whether to allow Swagger UI forwarding
|
- |
| blockRequest | false | false |
legacy attribute for usage by Membrane Monitor
|
- |
| method | false | * |
If set, Membrane will only consider this rule, if the method (GET, PUT, POST, DELETE, etc.) header of incoming HTTP requests matches. The asterisk '*' matches any method.
|
GET |
| port | false | 80 |
The port Membrane listens on for incoming connections.
|
8080 |
| ip | false | not set |
If present, binds the port only on the specified IP. Useful for hosts with multiple IP addresses.
|
127.0.0.1 |
| name | false | By default, a name will be automatically generated from the target host, port, etc. |
The name as shown in the Admin Console.
|
- |
| blockResponse | false | false |
legacy attribute for usage by Membrane Monitor
|
- |
| host | false | not set |
A space separated list of hostnames. If set, Membrane will only consider this rule, if the "Host" header of incoming HTTP requests matches one of the hostnames. The asterisk '*' can be used for basic globbing (to match any number, including zero, characters). |
predic8.de *.predic8.de |
| externalHostname | false | - | - | - |
| url | true | - | The Swagger URL. Preferably ends with 'swagger.json'.
|
... |
| Elements | Description | Cardinality |
|---|---|---|
| path | If set, Membrane will only consider this rule, if the path of incoming HTTP requests matches. {@link Path} supports starts-with and regex matching. If used in a {@link SOAPProxy}, this causes path rewriting of SOAP requests and in the WSDL to automatically be configured. | 0..1 |
| ssl | Configures the usage of inbound SSL (HTTPS). | 0..1 |
| response | 0..* | |
| request | 0..* | |
| abort | 0..* | |
| target | 0..1 |