vicknick:I have imported Wininet and tried using it to send HTTP Delete. It seems that there is no error returned. However, on the server side the data was not being removed, which means the request is not successful.
- use a Proxy or Network analyser to see what is going on at the network level.
- Program some C++ code to test see if it works properly at the WinAPI level.
- Use MetaEditor debugger to debug the problem at the MQL level
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
I have imported Wininet and tried using it to send HTTP Delete. It seems that there is no error returned. However, on the server side the data was not being removed, which means the request is not successful.