<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
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:series="http://unfoldingneurons.com/"
> <channel><title>Comments on: Use FURL to Retrieve Website&#160;Headers</title> <atom:link href="http://davidwalsh.name/furl-retrieve-website-headers/feed" rel="self" type="application/rss+xml" /><link>http://davidwalsh.name/furl-retrieve-website-headers</link> <description>Legendary scribbles about JavaScript, HTML5, AJAX, PHP, CSS, and ∞.</description> <lastBuildDate>Thu, 09 Feb 2012 14:25:32 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3</generator> <item><title>By: Rex</title><link>http://davidwalsh.name/furl-retrieve-website-headers/comment-page-1#comment-10076</link> <dc:creator>Rex</dc:creator> <pubDate>Tue, 30 Jun 2009 09:21:35 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=2990#comment-10076</guid> <description>alias furl=&#039;curl -i -X HEAD&#039;</description> <content:encoded><![CDATA[<p>alias furl=&#8217;curl -i -X HEAD&#8217;</p> ]]></content:encoded> </item> <item><title>By: Justin</title><link>http://davidwalsh.name/furl-retrieve-website-headers/comment-page-1#comment-10043</link> <dc:creator>Justin</dc:creator> <pubDate>Fri, 26 Jun 2009 21:58:07 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=2990#comment-10043</guid> <description>Dang!  I should have read this sooner.  I was itching to jump all over the &quot;curl -I&quot; suggestion.  Everyone got here first!</description> <content:encoded><![CDATA[<p>Dang!  I should have read this sooner.  I was itching to jump all over the &#8220;curl -I&#8221; suggestion.  Everyone got here first!</p> ]]></content:encoded> </item> <item><title>By: Marco</title><link>http://davidwalsh.name/furl-retrieve-website-headers/comment-page-1#comment-10042</link> <dc:creator>Marco</dc:creator> <pubDate>Fri, 26 Jun 2009 21:08:08 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=2990#comment-10042</guid> <description>another trick is:lynx -head http://davidwalsh.namelynx is a linux textual browser</description> <content:encoded><![CDATA[<p>another trick is:</p><p>lynx -head <a
href="http://davidwalsh.name" rel="nofollow">http://davidwalsh.name</a></p><p>lynx is a linux textual browser</p> ]]></content:encoded> </item> <item><title>By: Binny V A</title><link>http://davidwalsh.name/furl-retrieve-website-headers/comment-page-1#comment-10038</link> <dc:creator>Binny V A</dc:creator> <pubDate>Fri, 26 Jun 2009 16:28:19 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=2990#comment-10038</guid> <description>curl -I is good. This is another suggestion...lwp-request -ed &quot;http://lindesk.com/&quot; </description> <content:encoded><![CDATA[<p>curl -I is good. This is another suggestion&#8230;</p><p>lwp-request -ed &#8220;http://lindesk.com/&#8221;</p> ]]></content:encoded> </item> <item><title>By: Rich</title><link>http://davidwalsh.name/furl-retrieve-website-headers/comment-page-1#comment-10036</link> <dc:creator>Rich</dc:creator> <pubDate>Fri, 26 Jun 2009 15:58:46 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=2990#comment-10036</guid> <description>As already mentioned,curl -I HOSTNAMEHas the same functionality but without installing something extra. </description> <content:encoded><![CDATA[<p>As already mentioned,</p><p>curl -I HOSTNAME</p><p>Has the same functionality but without installing something extra.</p> ]]></content:encoded> </item> <item><title>By: Eric Wendelin</title><link>http://davidwalsh.name/furl-retrieve-website-headers/comment-page-1#comment-10034</link> <dc:creator>Eric Wendelin</dc:creator> <pubDate>Fri, 26 Jun 2009 14:49:34 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=2990#comment-10034</guid> <description>Not sure where sources are but the Debian package is at http://bertorello.ns0.it/debian/furl/</description> <content:encoded><![CDATA[<p>Not sure where sources are but the Debian package is at <a
href="http://bertorello.ns0.it/debian/furl/" rel="nofollow">http://bertorello.ns0.it/debian/furl/</a></p> ]]></content:encoded> </item> <item><title>By: David Walsh</title><link>http://davidwalsh.name/furl-retrieve-website-headers/comment-page-1#comment-10033</link> <dc:creator>David Walsh</dc:creator> <pubDate>Fri, 26 Jun 2009 13:57:44 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=2990#comment-10033</guid> <description>&lt;p&gt;@adamnfish: Thanks for sharing that.  On a side note, &quot;adamnfish&quot; sounds like a wacky morning FM radio show.&lt;/p&gt;</description> <content:encoded><![CDATA[<p>@adamnfish: Thanks for sharing that.  On a side note, &#8220;adamnfish&#8221; sounds like a wacky morning FM radio show.</p> ]]></content:encoded> </item> <item><title>By: adamnfish</title><link>http://davidwalsh.name/furl-retrieve-website-headers/comment-page-1#comment-10032</link> <dc:creator>adamnfish</dc:creator> <pubDate>Fri, 26 Jun 2009 13:55:23 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=2990#comment-10032</guid> <description>Or, if you don&#039;t fancy installing furl for this, you can do the same with curl (a powerful and flexible utility for doing performing requests) with the -I flag:eg.
curl -I http://davidwalsh.name(you probably have curl installed already)to see the headers and the full response, use the verbose flag
curl -v http://davidwalsh.name</description> <content:encoded><![CDATA[<p>Or, if you don&#8217;t fancy installing furl for this, you can do the same with curl (a powerful and flexible utility for doing performing requests) with the -I flag:</p><p>eg.<br
/> curl -I <a
href="http://davidwalsh.name" rel="nofollow">http://davidwalsh.name</a></p><p>(you probably have curl installed already)</p><p>to see the headers and the full response, use the verbose flag<br
/> curl -v <a
href="http://davidwalsh.name" rel="nofollow">http://davidwalsh.name</a></p> ]]></content:encoded> </item> <item><title>By: Dominik Porada</title><link>http://davidwalsh.name/furl-retrieve-website-headers/comment-page-1#comment-10031</link> <dc:creator>Dominik Porada</dc:creator> <pubDate>Fri, 26 Jun 2009 13:22:07 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=2990#comment-10031</guid> <description>I’d use it to retrieve the X-Pingback value and if it was included, I’d send a trackback. ;-)</description> <content:encoded><![CDATA[<p>I’d use it to retrieve the X-Pingback value and if it was included, I’d send a trackback. ;-)</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced (User agent is rejected)
Database Caching using disk: basic
Object Caching 800/801 objects using disk: basic

Served from: davidwalsh.name @ 2012-02-09 10:21:44 -->
