<?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>Kurinchi Blogger Scribbles ... &#187; modify user agent</title>
	<atom:link href="http://kurinchilamp.kurinchilion.com/tag/modify-user-agent/feed" rel="self" type="application/rss+xml" />
	<link>http://kurinchilamp.kurinchilion.com</link>
	<description>On Open Source Technologies</description>
	<lastBuildDate>Mon, 02 Jan 2012 06:14:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>HTTP-Header: User-agent modification</title>
		<link>http://kurinchilamp.kurinchilion.com/2009/12/http-header-user-agent-modification.html</link>
		<comments>http://kurinchilamp.kurinchilion.com/2009/12/http-header-user-agent-modification.html#comments</comments>
		<pubDate>Sun, 06 Dec 2009 07:09:21 +0000</pubDate>
		<dc:creator>kurinchilamp</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[http headers]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[modify user agent]]></category>
		<category><![CDATA[user-agent]]></category>

		<guid isPermaLink="false">http://kurinchilamp.kurinchilion.com/?p=740</guid>
		<description><![CDATA[When a browser makes a request to the server, it sends information such as its operating system name, version in addition to the type of the browser from which the request originates in the header variable &#8220;user-agent&#8221;. Depending on the request made, server responds back with specific details which can range from browser specific css [...]]]></description>
			<content:encoded><![CDATA[<p>When a browser makes a request to the server, it sends information such as its operating system name, version in addition to the type of the browser from which the request originates in the header variable &#8220;user-agent&#8221;. </p>
<p>Depending on the request made, server responds back with specific details which can range from browser specific <strong>css </strong>layout to calling certain <em>javascripts</em>for certain browsers.</p>
<p>Changing the <strong>user-agent</strong> also helps us in understanding how spider-agents or bots will see the pages that we build. It also helps us design applications that will mimic a request as originating from a mobile phone and helps us in viewing the behavior of the application in different mobile clients.</p>
<p>To read more about HTTP-Headers check <a href="http://www.ietf.org/rfc/rfc2616.txt" target="_blank">ietf</a></p>
]]></content:encoded>
			<wfw:commentRss>http://kurinchilamp.kurinchilion.com/2009/12/http-header-user-agent-modification.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

