08-02-2017, 01:45 PM
Maybe the posted data is too long. I don't know what is the limit. I tested now with short strings, and it works.
Web page http://www.quickmacros.com/test/post.php
Macro
Output
Web page http://www.quickmacros.com/test/post.php
Macro
Http x.Connect("quickmacros.com"); str s
x.PostAdd("username" "mshah15")
x.PostAdd("z" "x")
x.PostFormData("test/post.php" 0 s)
out s
Output
Quote:array(2) {
["username"]=>
string(7) "mshah15"
["z"]=>
string(1) "x"
}