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.
Hello EmbeddedHobbyist!
How is the project going? Any breakthroughs? Keep us posted! :smileywink:
Best regards,
Monica
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.
Hi, Martin Latal.
Would you have any exemple of this implementation? I'm having the same problem, my device is installed on a local network that communicate via proxy server with internet.
tks,