Is it possible to send large amount of data (grid content for example) in $.ajax, to controller?
Are there workarounds of “URI too long” thing?
I know it’s probably not the best practice, instead I should probably send each row one by one, but still is it possible?
Is it possible to send large amount of data (grid content for example) in
Share
Use a POST HTTP verb instead of GET:
or the equivalent: