Adds a form variable to the request content in a URL-encoded format.
The request Content-Type is set to application/x-www-form-urlencoded
Note that AddUrlEncodedFormValue cannot be mixed with other Add… methods.
Input Arguments
Name
Type
Mandatory
Description
String (Unicode)
Yes
The name of the form variable.
Value
The value of the form variable.
Return Value
None