-
Type: Improvement
-
Status: Open
-
Priority: Major
-
Resolution: Unresolved
-
Affects Version/s: V4.01_OS
-
Fix Version/s: V4.02
-
Component/s: URL Conventions
-
Labels:None
-
Proposal:
The IETF Draft The HTTP QUERY Method defines a new HTTP method QUERY that basically is a "GET with request body", being
- safe
- idempotent
- cacheable, with the request body incorporated in the cache key
This could replace the OData-specific solution POST .../$query defined in section 4.17 Passing Query Options in the Request Body.