mql5 possibilities - WebRequest
by
, 06-03-2014 at 01:00 PM (4770 Views)
WebRequest
Sends HTTP request to the specified server.
More info is hereCode:int WebRequest( const string method, // HTTP request method const string url, // url address const string cookie, // cookie const string referer, // referer int timeout, // timeout const char &data[], // array with HTTP request message int data_size, // size of data[] array char &result[], // server response data array string &result_headers // server response headers );