WebRequest broken in build 1860?

 

Hello,

I have been using WebRequest function to send/receive data to a server and all was running perfectly before updating to MT5 build 1860.

After the update the function somehow stopped working.

Does anyone have the the same error ? Can anyone please confirm this?

Regards,
Malacarne

 
Hello please write a ticket to the ServiceDesk.
 
Rodrigo Malacarne:

Hello,

I have been using WebRequest function to send/receive data to a server and all was running perfectly before updating to MT5 build 1860.

After the update the function somehow stopped working.

Does anyone have the the same error ? Can anyone please confirm this?

Regards,
Malacarne

Hello, I got the same error for MT5 build 1860.

Webrequest returns error 1001 (DNS).

 
Same problem here, WebRequest is not sending the request header.
 

Same here with build 1861 

 
Rodrigo Malacarne:

Hello,

I have been using WebRequest function to send/receive data to a server and all was running perfectly before updating to MT5 build 1860.

After the update the function somehow stopped working.

Does anyone have the the same error ? Can anyone please confirm this?

Regards,
Malacarne

Yes, I have the same error, it show 1001

 

Hello,

Any update from MQL team?

 
 

Hi, I have a problem with webrequest.

Sometimes I received a message:


 <html><head><title>Request Rejected</title></head><body>The requested URL was rejected. If you think this is an error, please contact the webmaster. <br><br>Your support ID is: 5009239298707147011</body></html>


After this, I restarted my Metatrader 5 and its works.


Can someone help me?


 
Maximiliano Salvatti: Can someone help me?

Do you really expect an answer? We can't see your broken code. There are no mind readers here and our crystal balls are cracked.

Use the debugger or print out your variables, including _LastError and find out why.
 
whroeder1:

Do you really expect an answer? We can't see your broken code. There are no mind readers here and our crystal balls are cracked.

Use the debugger or print out your variables, including _LastError and find out why.

I use GetLastError(), but I received 0, not a code error.

When my MT5 stay in use durant the day, and I execute webrequest, sometimes I received this message:


<html><head><title>Request Rejected</title></head><body>The requested URL was rejected. If you think this is an error, please contact the webmaster. <br><br>Your support ID is: 5009239298707147011</body></html>


This message is returned for me, and the function webrequest, don´t works.

I must close and reopen my MT5, after this this works.


Do you have any idea for this problem? What I can do for easy debug?


Thanks.

Reason: