Closed joshgav closed 10 years ago
All calls should include OData-Version and OData-MaxVersion Headers as per spec, Part 1, section 5.1. Both should be 4.0.
OData-Version
OData-MaxVersion
4.0
Are all endpoints supporting this header?
Can you add it in dev and test? Hopefully they do no worse then ignoring it, and we are more future-proof.
Fixed in 1947276
All calls should include
OData-Version
andOData-MaxVersion
Headers as per spec, Part 1, section 5.1. Both should be4.0
.