I want to modify the http request input filter stream in my HTTP Module via request filter. I am able to do as long as size of content is same or smaller. However if content size increases it start giving me exception. Is there anyone who has done the similar task. OR is it possible at all to modify/increase the size of request input stream in my HTTP Module via request filter
↧