I found a good article that helps explains HTTP headers, found it comical, and just might help out anyone trying to learn.
$this->performHighlight(‘GET /book/html/index.html HTTP/1.1
Host: RecessFramework.org
Accept: image/gif,
image/jpeg,
image/pjpeg,
application/x-ms-application,
application/vnd.ms-xpsdocument,
application/xaml+xml,
application/x-ms-xbap,
application/x-shockwave-flash,
application/x-silverlight-2-b2,
application/x-silverlight,
application/vnd.ms-excel,
application/vnd.ms-powerpoint,
application/msword,
*/*’, ‘dos’, $content);
I want the resource “/book/html/index.html”. Now, bear with me, I’m Internet Explorer and Office is installed so I can accept this resource in a lot of formats, in this order of preference: GIF, JPG, Progressive JPG, Click Once App, Microsoft XPS Document, XAML, XAML Browser App, Flash, Silverlight 2, Silverlight 1, Excel Document, Powerpoint Document, or a Word Document. If you can’t give me “/book/html/index.html” in any of those formats then give me anything you’ve got!
Thanks,
Internet Explorer
Source: http://www.gethifi.com/blog/browser-rest-http-accept-headers
One Response to Internet Explorer Header translated to English