Edit Your Comment
Using API myfxbook from MQL
Biedrs kopš
1 ieraksti
Jun 08, 2015 at 15:00
Biedrs kopš
1 ieraksti
Hi!
Help please how correctly to make login from MQL to myfxbook through WebRequest.
// .........................
string headers;
char post [], result [];
StringToCharArray ("[email protected]&password=123456", post); // Must specify string length; otherwise array has terminating null character in it
int res = WebRequest ("POST", "https://www.myfxbook.com/api/login.json", "", NULL, 10000, post, ArraySize (post), result, headers);
Print ("Status code:", res, ", error:", GetLastError ());
Print ("Server response:", CharArrayToString (result));
// ..............................
Result:
Status code: -1, error: 5203
Server response: send request failed [2148074278]
WebRequest to sites http://www.myfxbook.com and https://www.myfxbook.com/ in MT4 allowed
Thank you.
Help please how correctly to make login from MQL to myfxbook through WebRequest.
// .........................
string headers;
char post [], result [];
StringToCharArray ("[email protected]&password=123456", post); // Must specify string length; otherwise array has terminating null character in it
int res = WebRequest ("POST", "https://www.myfxbook.com/api/login.json", "", NULL, 10000, post, ArraySize (post), result, headers);
Print ("Status code:", res, ", error:", GetLastError ());
Print ("Server response:", CharArrayToString (result));
// ..............................
Result:
Status code: -1, error: 5203
Server response: send request failed [2148074278]
WebRequest to sites http://www.myfxbook.com and https://www.myfxbook.com/ in MT4 allowed
Thank you.
Biedrs kopš
1 ieraksti
Biedrs kopš
1 ieraksti
Mar 18, 2016 at 07:10
Biedrs kopš
1 ieraksti
int result = WebRequest("GET", "https://www.myfxbook.com/api/login.json", NULL, NULL, Timeout, post, 0, result, resultHeaders);

*Spams netiks pieļauts, un tā rezultātā var slēgt kontu.
Tip: Posting an image/youtube url will automatically embed it in your post!
Tip: Type the @ sign to auto complete a username participating in this discussion.