Popular recipes by Sebastian Schneckener http://code.activestate.com/recipes/users/2775366/2006-02-13T07:09:58-08:00ActiveState Code Recipesweb sevice usage via a http proxy (Python) 2006-02-13T07:09:58-08:00Sebastian Schneckenerhttp://code.activestate.com/recipes/users/2775366/http://code.activestate.com/recipes/473883-web-sevice-usage-via-a-http-proxy/ <p style="color: grey"> Python recipe 473883 by <a href="/recipes/users/2775366/">Sebastian Schneckener</a> (<a href="/recipes/tags/distributed/">distributed</a>). </p> <p>This is a simple example of web service usage (here: currency exchange rate service from xmethods) in python via a http proxy. Proxy information is taken from the environment.</p>