Having the following UrlMap:
<Routes>
<Route Url="/SaveSomething" Method="POST" Call="Save"/>
</Routes>
What is the best (easiest?) way to read full request body, without string length limitations ($$$MaxStringLength) or anything that may cut off some data?
In my case the purpose of this is to place the contents into a global.