http51 with new update

 
Hi forum, can someone point me to some work around for the http51 code in the new build of mt4. it stopped working. i have a few EAs using it so i need to change the code asap. do anyone know the easiest alternative ? thanks.
 
oxarbitrage:
Hi forum, can someone point me to some work around for the http51 code in the new build of mt4. it stopped working. i have a few EAs using it so i need to change the code asap. do anyone know the easiest alternative ? thanks.
See if this topic can help.
 
if anyone is in the same problem,i was able to make my EA work using the wininet described here: https://www.mql5.com/en/articles/276 and removing the http51 include and DLL.
 
thanks angevoyager, i think i was typing my response at the same time you were. i went with the wininet approach and worked good. thanks anyways for your help.
 
oxarbitrage:
thanks angevoyager, i think i was typing my response at the same time you were. i went with the wininet approach and worked good. thanks anyways for your help.
You are welcome.
 
oxarbitrage:
if anyone is in the same problem,i was able to make my EA work using the wininet described here: https://www.mql5.com/en/articles/276 and removing the http51 include and DLL.

The problem with this is that http51 has an embedded UrlEncode function that probably will affect who use some sort of data, and this workaround, as far as I can see, don't have a similar routine, so it's necessary use the two solutions together.
Reason: