Closed zarino closed 10 years ago
Actually, it looks like the DataServiceVersion header is optional:
2.2.5.3 DataServiceVersion This header is a custom HTTP header defined by this document for protocol versioning purposes. This header MAY be present on any request or response message. (MS-ODATA spec v20140124)
Flask appears to un-capitalise this header to
Dataserviceversion
, rending it useless. Is there a way to bypass Flask's in-built header object?