Sure, here's the relevant code:
for each item in request.form
message=message & "Item name: " & item & "Item value: " & request.form(item)
next
When I run my code above, I get the appropriate item.
When I run the HTTP task, the message variable comes out completely empty.