Game Development Community

HTTPObject.post

by Matt Cuda · in Torque Game Engine · 05/05/2008 (9:34 am) · 2 replies

Can someone tell me how the syntax is used for multiple arguments on the HTTPObject post?

Also, what technologies are supported for HTTPObject security. Example SSL, encryption/hash

It seems like I can't find specific syntax on how this is all supposed to work.

Thanks,

#1
05/05/2008 (9:35 am)
For example, the two arguments listed at the end of HTTPPost are supposed to send my id and values to the server but what is the syntax?


$authenticatePage = new HTTPObject(authenticate){};
$authenticatePage.post($Web::HTTPHost,$Web::HTTPPath @ $Web::HTTPAuthenticate,"","");
#2
05/07/2008 (2:55 pm)
Hello,

I don't know much about authentication via torque.. However, Have you see the User Account resource? It is very small and may give you an idea.

The mentioned Untested 3.2 version using PHP and MySql has what you are looking for I think.

http://216.116.32.49/index.php?sec=mg&mod=resource&page=view&qid=11552

Chris