Hello,
I need to know how to connect to a proxy passing its IP, TCP port, username and password.
OS is MQX 3.7.
Thank you.
I want to know more details about the proxy support for HTTP, FTP and eMail in MQX/RTCS. Is there any userconfiguration support for proxy in RTCS stack ?
Is there any example for these? OS is MQX 4.0.
I think you will use RTCS streaming socket to connect to a proxy IP and port. The information about true destination and username:password should be given in application layer packets. For HTTP I guess it will be in request-headers, in "Host" and "Proxy-Authorization" request-header fields.