Hi there,
I've searched a lot on this board and all over search engines and didn't manage to find an answer to my question. Some others seem to encounter same troubles but no one has ever answered... Is it because it's an impossible quest ?
So, here's the issues I'm facing :
- I develop a small program that send an HTTP GET request to our web server and reads the data to launch various actions.
- This program works like a charm from my home connection : it connects, retrieves and processes data.
- When at school everything fails. According to the network administrator it would be caused by the proxy configuration.
- Trying to "test in school conditions at home" I decided to work with one free proxy found on the web. Set in my web browser, this proxy works. Now the REAL problem is : how to tell my Arduino to go and connect through this proxy (or my school's !!!).
After hours of tests I decide to go back to the original DNSWebClient example and tweak it to work with the proxy... still unsuccessful.
I made changes to that example by adding the proxy server address in the gateway var but where to tell it the HTTP proxy port ?
Oddly I can tell any gateway IP to the "Ethernet.begin" function and I'll still get "Client.connect" to print "connected". Strange...
But when it comes to testing "client.connected" it returns FALSE !!!
If anyone knows about proxies or any way to bypass that proxy thing and manage to make my program at school it'd be wonderful.
Thanks guys for your help !