I need to listen and process a HTTP POST string in a HTTP handler.
Below is the code for posting the string to handler -
string test = \"charset = UT
Change
var value1 = context.Request["param1"];
to
var value1 = context.Request.Form["param1"];