-
Notifications
You must be signed in to change notification settings - Fork 21
ReleaseNotes_0_3_6
Helmut Tammen edited this page Feb 7, 2016
·
3 revisions
Version 0.3.6
Generated on 2016-2-5
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.