It seems to work posting POST variables to a normal web page, like Google, but when I try to post to a PHP page I get "HTTP/1.1 406 Not Acceptable"
This doesn't make much sense to me because I thought these variables were used more commonly in PHP than anything else.
But here's what I have
SCAR Code:AddPostVariable(Client, 'someVar', '12345678');
PostHTTPPageEx(Client, 'http://somePage.php');



Reply With Quote

