How to add the address 'http://localhost:12345/Test/GetTitle' to the list of allowed URLs on tab 'Expert Advisors'?
I cannot add the address 'http://localhost:12345/Test/GetTitle' to the list of allowed URLs on tab 'Expert Advisors' for development and testing my EA. Please help me.
Nguyen Van Luong: http://localhost:12345
Use "127.0.0.1" instead of "localhost". You don't need to specify the path. Just "http://127.0.0.1:12345" will do.
However, please note that WebRequest might only support port 80 and 443, being selected automatically based on the "http://" or "https://" protocol selector. MQL5 sockets supports selecting the port.

Documentation on MQL5: Network Functions / WebRequest
- www.mql5.com
WebRequest - Network Functions - MQL5 Reference - Reference on algorithmic/automated trading language for MetaTrader 5

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