Ethan Kerzner
Ethan Kerzner
@fabm22 I'm looking into writing an odata adapter for this. How would you handle the preflight check for odata batch requests? My understanding is that an OData batch request is...
Thank you both for the info. It sounds like the preflight check cannot be skipped as it is handled by the browser. I need to figure out how to get...
No. I don't have a reference odata service to develop with. I had planned to add an [OData endpoint](http://www.asp.net/web-api/overview/odata-support-in-aspnet-web-api/odata-v4/create-an-odata-v4-endpoint) to your WebApiHttpBatchServer, but I can't get the demo working locally....