WebRequest username and password

 

Hi

Where do the username and password suppose to go in the WebRequest?

https://www.mql5.com/en/docs/network/webrequest

Firefox put them in the Param > Form Data. 

Does that mean that they go in the the array of the HTTP message body  "data[]" of the WebRequest argument?


Thanks

Documentation on MQL5: Network Functions / WebRequest
Documentation on MQL5: Network Functions / WebRequest
  • www.mql5.com
To use the WebRequest() function, add the addresses of the required servers in the list of allowed URLs in the "Expert Advisors" tab of the "Options" window. Server port is automatically selected on the basis of the specified protocol - 80 for "http://" and 443 for "https://". The WebRequest() function is synchronous, which means its breaks the...
Reason: