
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,
I'm familiar with python and using code such as the following to post some information to an api:
response = requests.post(url, json=dict_data, headers=headers, auth=HTTPBasicAuth(C_API_UNAME, C_API_PWD))
I wasn't sure how to authorise (ie HTTPBasicAuth above) using MQL5 WebRequest. Do you have an example of how I could do this.
https://www.mql5.com/en/docs/network/webrequest
Thanks