The HTTPRequest class / com.HTTPRequest methods |
Performs an "application/x-www-form-urlencoded forms" encoded query.
doFormEncodedRequest( query STRING, utf8 BOOLEAN )
The doFormEncodedRequest() metho performs request with an "application/x-www-form-urlencoded forms" encoded query.
Supported methods are GET and POST.
name1=value1&name2=value2&name3=value3
If you need to URL-encode the separator characters & and =, double them as following : na&&me=va==lue .
If the utf8 parameter is TRUE, the query string is encoded in UTF-8 as specified in XForms1.0, otherwise in ASCII as specified in HTML4.
In case of error, the method throws an exception and sets the STATUS variable with the appropriate error number.