- Go to https://services.odata.org/v4/odata/
- Click on any of the mentioned services. E.g. https://services.odata.org/Experimental/Northwind/Northwind.svc/
- The service's response header
OData-Version has the value 4.0; which contains unexpectedly a semicolon and thus causes issues in the client. It should be without the semicolon: 4.0.
Is the extra semicolon OData V4 compliant? If not, it should be removed.
TripPin on the other hand does not have the issue.
OData-Versionhas the value4.0;which contains unexpectedly a semicolon and thus causes issues in the client. It should be without the semicolon:4.0.Is the extra semicolon OData V4 compliant? If not, it should be removed.
TripPin on the other hand does not have the issue.