<?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/"
		>
<channel>
	<title>Comments on: Get HTTP Header Info from Web Sites Using curl</title>
	<atom:link href="http://osxdaily.com/2011/07/07/get-http-header-info-from-web-sites-using-curl/feed/" rel="self" type="application/rss+xml" />
	<link>http://osxdaily.com/2011/07/07/get-http-header-info-from-web-sites-using-curl/</link>
	<description>News, tips, software, reviews, and more for Mac OS X, iPhone, iPad</description>
	<lastBuildDate>Fri, 17 May 2013 19:40:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: m</title>
		<link>http://osxdaily.com/2011/07/07/get-http-header-info-from-web-sites-using-curl/#comment-210596</link>
		<dc:creator>m</dc:creator>
		<pubDate>Sun, 10 Jul 2011 19:09:18 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=18406#comment-210596</guid>
		<description>That sounds like a really interesting strategy, do you just check once for the server time and then schedule your check-in accordingly?</description>
		<content:encoded><![CDATA[<p>That sounds like a really interesting strategy, do you just check once for the server time and then schedule your check-in accordingly?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tee Bone</title>
		<link>http://osxdaily.com/2011/07/07/get-http-header-info-from-web-sites-using-curl/#comment-210428</link>
		<dc:creator>Tee Bone</dc:creator>
		<pubDate>Sun, 10 Jul 2011 10:57:50 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=18406#comment-210428</guid>
		<description>I use this method in a continuous loop when checking in online for Southwest flights. This allows me to obtain the servers exact time so I know when to hit the &quot;Check-in&quot; button to ensure I get a Group A boarding spot! :)</description>
		<content:encoded><![CDATA[<p>I use this method in a continuous loop when checking in online for Southwest flights. This allows me to obtain the servers exact time so I know when to hit the &#8220;Check-in&#8221; button to ensure I get a Group A boarding spot! <img src='http://cdn.osxdaily.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: OSXDaily</title>
		<link>http://osxdaily.com/2011/07/07/get-http-header-info-from-web-sites-using-curl/#comment-209792</link>
		<dc:creator>OSXDaily</dc:creator>
		<pubDate>Fri, 08 Jul 2011 18:06:43 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=18406#comment-209792</guid>
		<description>Post has been updated, thanks.</description>
		<content:encoded><![CDATA[<p>Post has been updated, thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ikke</title>
		<link>http://osxdaily.com/2011/07/07/get-http-header-info-from-web-sites-using-curl/#comment-209766</link>
		<dc:creator>Ikke</dc:creator>
		<pubDate>Fri, 08 Jul 2011 15:51:05 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=18406#comment-209766</guid>
		<description>curl -I www.google.com 

-I/--head
              (HTTP/FTP/FILE) Fetch the HTTP-header only! HTTP-servers feature
              the  command  HEAD which this uses to get nothing but the header
              of a document. When used on a FTP or FILE  file,  curl  displays
              the file size and last modification time only.</description>
		<content:encoded><![CDATA[<p>curl -I <a href="http://www.google.com" rel="nofollow">http://www.google.com</a> </p>
<p>-I/&#8211;head<br />
              (HTTP/FTP/FILE) Fetch the HTTP-header only! HTTP-servers feature<br />
              the  command  HEAD which this uses to get nothing but the header<br />
              of a document. When used on a FTP or FILE  file,  curl  displays<br />
              the file size and last modification time only.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nlo</title>
		<link>http://osxdaily.com/2011/07/07/get-http-header-info-from-web-sites-using-curl/#comment-209761</link>
		<dc:creator>nlo</dc:creator>
		<pubDate>Fri, 08 Jul 2011 15:22:54 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=18406#comment-209761</guid>
		<description>Use a capital &#039;i&#039; to display only the headers:


curl -I www.google.com
HTTP/1.1 200 OK
Date: Fri, 08 Jul 2011 15:22:39 GMT
Expires: -1
Cache-Control: private, max-age=0
Content-Type: text/html; charset=ISO-8859-1
Set-Cookie: PREF=ID=887fd41683939d85:FF=0:TM=1310138559:LM=1310138559:S=JC01XqwewmutBjaa; expires=Sun, 07-Jul-2013 15:22:39 GMT; path=/; domain=.google.com
Set-Cookie: NID=48=iRxY_rAFt4NCBGeRnAsqWZoxoXd6QuWODyBppeBLvmhYwBXLB2EPH-DyBns5hb4poiH2tz_WekVG0-KZ-QeWMccad3l2E443pEpctCerqrZjmzFvFp1014VANg2cBzV7; expires=Sat, 07-Jan-2012 15:22:39 GMT; path=/; domain=.google.com; HttpOnly
Server: gws
X-XSS-Protection: 1; mode=block
Transfer-Encoding: chunked</description>
		<content:encoded><![CDATA[<p>Use a capital &#8216;i&#8217; to display only the headers:</p>
<p>curl -I <a href="http://www.google.com" rel="nofollow">http://www.google.com</a><br />
HTTP/1.1 200 OK<br />
Date: Fri, 08 Jul 2011 15:22:39 GMT<br />
Expires: -1<br />
Cache-Control: private, max-age=0<br />
Content-Type: text/html; charset=ISO-8859-1<br />
Set-Cookie: PREF=ID=887fd41683939d85:FF=0:TM=1310138559:LM=1310138559:S=JC01XqwewmutBjaa; expires=Sun, 07-Jul-2013 15:22:39 GMT; path=/; domain=.google.com<br />
Set-Cookie: NID=48=iRxY_rAFt4NCBGeRnAsqWZoxoXd6QuWODyBppeBLvmhYwBXLB2EPH-DyBns5hb4poiH2tz_WekVG0-KZ-QeWMccad3l2E443pEpctCerqrZjmzFvFp1014VANg2cBzV7; expires=Sat, 07-Jan-2012 15:22:39 GMT; path=/; domain=.google.com; HttpOnly<br />
Server: gws<br />
X-XSS-Protection: 1; mode=block<br />
Transfer-Encoding: chunked</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JasonBee</title>
		<link>http://osxdaily.com/2011/07/07/get-http-header-info-from-web-sites-using-curl/#comment-209600</link>
		<dc:creator>JasonBee</dc:creator>
		<pubDate>Fri, 08 Jul 2011 00:35:10 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=18406#comment-209600</guid>
		<description>Too much text to scroll through? DUDE.

curl -i www.google.com &#124; more

Handy for any occasion.</description>
		<content:encoded><![CDATA[<p>Too much text to scroll through? DUDE.</p>
<p>curl -i <a href="http://www.google.com" rel="nofollow">http://www.google.com</a> | more</p>
<p>Handy for any occasion.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: C Morris</title>
		<link>http://osxdaily.com/2011/07/07/get-http-header-info-from-web-sites-using-curl/#comment-209584</link>
		<dc:creator>C Morris</dc:creator>
		<pubDate>Thu, 07 Jul 2011 23:26:31 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=18406#comment-209584</guid>
		<description>Nice one. I just need the status code, grep for HTTP and you will get that.</description>
		<content:encoded><![CDATA[<p>Nice one. I just need the status code, grep for HTTP and you will get that.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced (User agent is rejected)
Database Caching 1/3 queries in 0.004 seconds using disk: basic
Object Caching 259/260 objects using disk: basic
Content Delivery Network via cdn.osxdaily.com

Served from: osxdaily.com @ 2013-05-18 03:32:03 -->