I don't see the case where you would need to use setRequestData() method directly. Normally it is better using setParameter(name, value). AW.HTTP.Request object assembles all parameter values into the data string and either appends it to the URL (GET method) or sends it with POST method.
http://www.activewidgets.com/aw.http.request/parameter.html
This topic is archived.