-
Type:
Improvement
-
Resolution: Unresolved
-
Priority:
Major
-
Affects Version/s: V4.01_OS
-
Component/s: URL Conventions
-
None
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.