scraperwiki / odata-tool

Access your ScraperWiki data in tools like Tableau, QlikView and Excel Power Query
3 stars 0 forks source link

OData endpoint should return a DataServiceVersion header #3

Closed zarino closed 10 years ago

zarino commented 10 years ago

Flask appears to un-capitalise this header to Dataserviceversion, rending it useless. Is there a way to bypass Flask's in-built header object?

zarino commented 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)