Most recent proxies can be used like this:
direct your client to the proxy
if (myClient.connect(proxy_name,proxy_port)){ ...
so you contact proxy instead of thingspeak and proxy reads real server credentials from
myClient.print("Host: api.thingspeak.com:80\n");
to connect you to wanted server on internet.