+

Search Tips   |   Advanced Search

Switch for tunneling of HTTP methods


The portal implementation allows us to simulate PUT and DELETE requests by tunnelingthat is using POST requests instead.

By default tunneling is disabled. To enable it, for example because to disable PUT and DELETE requests in general, but allow equivalent operations for REST services provided by the portal, set the property x-method-override.enabled to the value true in the portal configuration service ConfigService Resource Environment Provider in the WAS admin console. Although the property name only refers to one replacement, the switch actually applies to both ways of request tunneling as described in the interface.

For details about how to set portal configuration service properties refer to the topic about Setting configuration service properties.


Parent: How the portal implements the remote PUMA REST service
Related:
URL path segment for virtual portals
Identifiers used in the Portal Implementation
Access Control Checks
Use ATOM/APP as input and output format
HTTP caching
Context root and authentication mechanism
Lookup facility in the portal
Related:
Set service configuration properties
Related reference:
Portal configuration services