hi there,
I have a problem in my project, how to combine Arduino with a proxy server ..
I've completed the project of only 50% of the sensor to the Arduino ..
Arduino to mobile ready but had problems from the Arduino to the proxy server ..
how to deal with this problem?
I hope you can help me to solve the problems faced by my project ..
I really appreciate your cooperation ..
Why do you want your arduino to use a proxy server?
Is this a transparent proxy or do you need to enter a specific IP and port to access the proxy?
Please do not cross-post. I am responding in networking.
KenF and SurferTim
My lecturer told me that the Arduino can be combined with a proxy server ..
My lecturer also told me to make a study on the matter ..
can be explained to me?
Use the ip and port of the proxy server as the server in the connect call. Put the domain of the "real" server in the "Host" variable in the request header.
SurferTim
Thank you.. i will tell my lecturer and discuss about this.. thank you so much..