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,
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,
About the author
#2
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
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
Torque Owner Matt Cuda
$authenticatePage = new HTTPObject(authenticate){};
$authenticatePage.post($Web::HTTPHost,$Web::HTTPPath @ $Web::HTTPAuthenticate,"","");