This is the response. <%For Each Item in Request.Form%> PARAM <%=Item%>
VALUE <%=Request.Form(Item)%>
<% Next %> <%For Each Item in Request.QueryString%> PARAM <%=Item%>
VALUE <%=Request.QueryString(Item)%>
<% Next %>