mql_requests
mql_requests copied to clipboard
Requests is a simple HTTP library for mql4, built for human beings
I have error "ERROR HttpSendRequestW = 12168 (1 trying)" when 1 use request.post
(New MT4 developer here!): Awesome library guys, it works perfectly! However I'm trying to connect to an API from my EA. I wonder if there is a way to add...
'IsDllsAllowed' - undeclared identifier requests.mqh 78 13 ')' - expression expected requests.mqh 78 27 declaration of 'headers' hides global variable requests.mqh 234 13 'GetLastError' - wrong parameters count requests.mqh 241...
``` 2022.11.13 12:00:44.841 TestRequests (AUDCHF_i,H1) Access violation at 0x00007FF8CD02BDC0 read to 0x0000025900000000 in 'wininet.dll' 2022.11.13 12:00:45.068 TestRequests (AUDCHF_i,H1) 00007FF8CD02BBB0 4055 push rbp 2022.11.13 12:00:45.068 TestRequests (AUDCHF_i,H1) 00007FF8CD02BBB2 53 push rbx...
Thank, all work fine, but how i can get status_code on my request? The responce.status_code dont use in code. Can you help me plz.
your TestRequest is not working. It return the following error: "requests: ERROR InternetOpenUrlW()" also on my additional test it doesn't work.