<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en-us" xmlns="http://www.w3.org/2005/Atom"><title>Simon Willison's Weblog: seth-fitzsimmons</title><link href="http://simonwillison.net/" rel="alternate"/><link href="http://simonwillison.net/tags/seth-fitzsimmons.atom" rel="self"/><id>http://simonwillison.net/</id><updated>2009-08-23T11:06:42+00:00</updated><author><name>Simon Willison</name></author><entry><title>Exploring OAuth-Protected APIs</title><link href="https://simonwillison.net/2009/Aug/23/oauth/#atom-tag" rel="alternate"/><published>2009-08-23T11:06:42+00:00</published><updated>2009-08-23T11:06:42+00:00</updated><id>https://simonwillison.net/2009/Aug/23/oauth/#atom-tag</id><summary type="html">
    
&lt;p&gt;&lt;strong&gt;&lt;a href="http://mojodna.net/2009/08/21/exploring-oauth-protected-apis.html"&gt;Exploring OAuth-Protected APIs&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
One of the downsides of OAuth is that it makes debugging APIs in your browser much harder. Seth Fitzsimmons’ oauth-proxy solves this by running a Twisted-powered proxy on your local machine which OAuth-signs every request going through it using your consumer key, secret and tokens for that API. Using it with a browsers risks exposing your key and token (but not secret) to sites you accidentally browse to—it would be useful if you could pass a whitelist of API domains as a command line option to the proxy.


    &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/apis"&gt;apis&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/oauth"&gt;oauth&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/proxies"&gt;proxies&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/python"&gt;python&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/seth-fitzsimmons"&gt;seth-fitzsimmons&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/twisted"&gt;twisted&lt;/a&gt;&lt;/p&gt;



</summary><category term="apis"/><category term="oauth"/><category term="proxies"/><category term="python"/><category term="seth-fitzsimmons"/><category term="twisted"/></entry></feed>