I am trying to send a large $ filter string to my webapi odata endpoint. But this gives me an error saying that the size of the request headers is too long / maxurlstringlength exceeds.
Is there a way to send the $ filter to the "POST" request and request the odata endpoint? I cannot use the batch operator as I am using .net framework 4.0.
odata asp.net-web-api asp.net-web-api-odata
Ramsh
source share