<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:wfw="http://wellformedweb.org/CommentAPI/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:atom="http://www.w3.org/2005/Atom"
    xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
>
    <channel>
        <title>Silas Sewell - March 2008</title>
        <atom:link href="http://www.silassewell.com/blog/2008/03/rss2.xml" rel="self" type="application/rss+xml" />
        <link>http://www.silassewell.com/blog/2008/03</link>
        <description>Infrastructure Development</description>
        <lastBuildDate>Sat, 08 Jan 2011 00:00:00 GMT</lastBuildDate>
        <generator>http://www.silassewell.com/</generator>
        <language>en</language>
        <sy:updatePeriod>hourly</sy:updatePeriod>
        <sy:updateFrequency>1</sy:updateFrequency>

        <item>
            <title>Post a Get</title>
            <link>http://www.silassewell.com/blog/2008/03/30/post-a-get/</link>
            <pubDate>Sun, 30 Mar 2008 00:00:00 GMT</pubDate>
            <dc:creator>silas</dc:creator>
            <category><![CDATA[Firefox]]></category><category><![CDATA[Keywords]]></category><category><![CDATA[PHP]]></category><category><![CDATA[Programming]]></category><category><![CDATA[Projects]]></category>
            <guid isPermaLink="true">http://www.silassewell.com/blog/2008/03/30/post-a-get/</guid>
            <description><![CDATA[<p>I've created a PHP script called <a href="http://www.silassewell.com/blog/2008/03/30/post-a-get/index.php" title="Post a Get">Post a Get</a> which can be copied to
any PHP capable server and used to created a POST request using GET syntax.</p>

<p>Let's say you use GoDaddy as your domain registrar and you would like to see if
a domain is available using Firefox keywords, but they don't offer a GET
search.</p>

<p>For a traditional keyword, you could construct a GET request like:</p>

<pre><code class="prettyprint">https://www.godaddy.com/gdshop/registrar/search.asp&amp;checkAvail=1&amp;fblur=1&amp;tld=.com&amp;domainToCheck=%s
</code></pre>

<p>But as of right now Firefox doesn't offer a way to create POST keywords. What
Post a Fix does is allow you to construct a POST request using GET syntax and
pass it to the <a href="http://www.silassewell.com/blog/2008/03/30/post-a-get/index.php" title="Post a Get">Post a Get code</a>.</p>

<p>So if you wanted to submit the above GET as a POST, you would construct the URL
and append the special __action parameter with target URL. So the final URL
would look something like:</p>]]></description>
        </item>

    </channel>
</rss>
