Web Request investing.com failed

 

Hello
I can read data from different websites, but investing.com is the only one where I have my problems.
Does anyone have an idea?

I tried it like this:

void DataToFile()
   {
   string cookie=NULL,referer=NULL,headers;
   char post[],result[];
   string calendar="";
   string url=StringConcatenate("https://sslecal2.forexprostools.com/?columns=exc_currency,exc_importance,exc_actual,exc_forecast,exc_previous&countries=25,72,17,9,60,63,22,10,35,6,43,12,5,4&calType=day&timeZone=15&lang=8%22%20width=%22650%22%20height=%22467%22%20frameborder=%220%22%20allowtransparency=%22true%22%20marginwidth=%220%22%20marginheight=%220%22%3E%3C/iframe%3E%3Cdiv");   
   ResetLastError();
   
   WebRequest("GET",url,cookie,referer,10000,post,sizeof(post),result,headers);
/*   if(ArraySize(result)<=0)
     {
      int er=GetLastError();
      ResetLastError();
      Print("ERROR_TXT IN WebRequest");
      //--- Falls URL nicht im MT4 als berechtigt eingegeben wurde, folgende Fehlermeldung anzeigen: 
      if(er==4060)
         MessageBox("YOU MUST ADD THE ADDRESS '"+"https://sslecal2.forexprostools.com/"+"' IN THE LIST OF ALLOWED URL IN THE TAB 'ADVISERS'","ERROR_TXT",MB_ICONINFORMATION);
     }
*/   calendar=CharArrayToString(result,0,WHOLE_ARRAY,CP_UTF8);
   
   int handl=FileOpen("Data.txt",FILE_WRITE|FILE_TXT);
   FileWrite(handl,calendar);
   FileFlush(handl);
   FileClose(handl);
   }

Thanks for your help!

 

Same here...

Their server was off 2 days ago. 

Hopefully they'll fix it soon!!.