Is your feature request related to a problem? Please describe.
I have some queries with lot of different ids that throw because the Url is too long.
They are not the ideal queries but I have a case where it would be better
It seems we could send the query as Batch that in definitive pass the requests in body.
I didn't have tested yet, as I need to enable the feature etc.. But it should work.
Is your feature request related to a problem? Please describe.
I have some queries with lot of different ids that throw because the Url is too long. They are not the ideal queries but I have a case where it would be better
Describe the solution you'd like
I'd like to be able to use the Passing OData query options in request body feature available since WebApi V7.5 using the ODataClient.
Describe alternatives you've considered
It seems we could send the query as Batch that in definitive pass the requests in body. I didn't have tested yet, as I need to enable the feature etc.. But it should work.
Additional context