I tried the free trial Version of ANet and it works correctly laugh

But GSTNet should support this HTTPPost function as well... I dont want to buy the ANet Web Edition for only using one simple function smirk

Maybe I do sth wrong, here is my code:
Code:
sResult = str_create("#100000");

while(GSTNet_HTTPBusy()){wait(1);}

GSTNet_HTTPPost(_str("www.mjip.de"),_str("/wordpress/answer.php"),_str("a=test"), sResult);