Skip to content
Helmut Tammen edited this page Feb 7, 2016 · 3 revisions

Release Notes for n-odata-server

Version 0.3.6

Generated on 2016-2-5

Items included in this release

Implement Tunneled Request for MERGE

0.3.6

Implemented acceptance of so called tunneled request or POST tunneling / verb tunneling. Some clients (e.g. SAPUI5) use this tunneling. In big enterprises firewall often only allow outgoing GET and POST request, but no PUT, MERGE, PATCH, DELETE, ... requests. When using tunneling the client sends a POST request with a x-http-method header set to MERGE, PUT, ...
In this case the n-odata-server know handles the POST request as if it was a request like defined in the header variable.