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
Documentation on MQL5: Network Functions / WebRequest
  • www.mql5.com
WebRequest - Network Functions - MQL5 Reference - Reference on algorithmic/automated trading language for MetaTrader 5