SendHTTPRequest

Description

Send a request to the server specified in SetHTTPHost(), for example if requesting http: www.thegamecreators.com/index.php szServerFile should be "index.php".

This command waits for the server to respond and returns the server reply. If using tier 2 you must delete this reply when finished with it.

Does not work when exported to HTML5

Definition

string SendHTTPRequest( iHTTP, szServerFile )

string SendHTTPRequest( iHTTP, szServerFile, szPostData )

Parameters