
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
Hi all, I am having trouble in sending JSON (of length around 5000 character) to a POST service via MQL5. I tries sending small size JSON, it send perfectly and I can get it via following method in python:
However when I increase the size of JSON same method returns 'None'. Following is MQL5 code to call service:
Moreover I need to pass '\r\n' (carriage return) in JSON, so for that which encoding I have to use for this purpose instead of 'CP_UTF8'.
Please help.