问题
I am trying to send a large $filter string to my webapi odata endpoint.But it gives me error saying the size of request headers are too long/maxurlstringlength exceeds.
Is there a way to send the $filter in "POST" request and query the odata endpoint? i cannot use the batch statement as i am using .net framework 4.0.
来源:https://stackoverflow.com/questions/20187787/web-api-odata-sending-a-long-filter-string-results-in-maxurlstring-exceeds-erro