<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Dfir on Lets Automate It</title>
    <link>https://letsautomate.it/categories/dfir/</link>
    <description>Recent content in Dfir on Lets Automate It</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Tue, 21 Jun 2022 12:45:00 -0400</lastBuildDate>
    <atom:link href="https://letsautomate.it/categories/dfir/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Understanding HTTP Request Headers</title>
      <link>https://letsautomate.it/article/understanding-http-request-headers/</link>
      <pubDate>Tue, 21 Jun 2022 12:45:00 -0400</pubDate>
      <guid>https://letsautomate.it/article/understanding-http-request-headers/</guid>
      <description>&lt;h1 id=&#34;table-of-contents&#34;&gt;Table of Contents&lt;/h1&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://letsautomate.it/article/understanding-http-request-headers/#summary&#34;&gt;Summary&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://letsautomate.it/article/understanding-http-request-headers/#introduction&#34;&gt;Introduction&lt;/a&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://letsautomate.it/article/understanding-http-request-headers/#setup&#34;&gt;Setup&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://letsautomate.it/article/understanding-http-request-headers/#general-headers&#34;&gt;General Headers&lt;/a&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://letsautomate.it/article/understanding-http-request-headers/#cache-control&#34;&gt;Cache-Control&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://letsautomate.it/article/understanding-http-request-headers/#connection&#34;&gt;Connection&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://letsautomate.it/article/understanding-http-request-headers/#transfer-encoding&#34;&gt;Transfer-Encoding&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://letsautomate.it/article/understanding-http-request-headers/#request-headers&#34;&gt;Request Headers&lt;/a&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://letsautomate.it/article/understanding-http-request-headers/#common-request-headers&#34;&gt;Common Request Headers&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://letsautomate.it/article/understanding-http-request-headers/#accept&#34;&gt;Accept&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://letsautomate.it/article/understanding-http-request-headers/#accept-encoding&#34;&gt;Accept-Encoding&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://letsautomate.it/article/understanding-http-request-headers/#authorization&#34;&gt;Authorization&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://letsautomate.it/article/understanding-http-request-headers/#user-agent&#34;&gt;User-Agent&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://letsautomate.it/article/understanding-http-request-headers/#response-headers&#34;&gt;Response Headers&lt;/a&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://letsautomate.it/article/understanding-http-request-headers/#common-response-headers&#34;&gt;Common Response Headers&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://letsautomate.it/article/understanding-http-request-headers/#location&#34;&gt;Location&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://letsautomate.it/article/understanding-http-request-headers/#vary&#34;&gt;Vary&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://letsautomate.it/article/understanding-http-request-headers/#server&#34;&gt;Server&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://letsautomate.it/article/understanding-http-request-headers/#www-authenticate&#34;&gt;WWW-Authenticate&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://letsautomate.it/article/understanding-http-request-headers/#metadata-headers&#34;&gt;Metadata Headers&lt;/a&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://letsautomate.it/article/understanding-http-request-headers/#common-metadata-headers&#34;&gt;Common Metadata Headers&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://letsautomate.it/article/understanding-http-request-headers/#allow&#34;&gt;Allow&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://letsautomate.it/article/understanding-http-request-headers/#content-encoding&#34;&gt;Content-Encoding&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://letsautomate.it/article/understanding-http-request-headers/#content-type&#34;&gt;Content-Type&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://letsautomate.it/article/understanding-http-request-headers/#conclusion&#34;&gt;Conclusion&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h1 id=&#34;summary&#34;&gt;Summary&lt;/h1&gt;&#xA;&lt;p&gt;Networking is complex. Whether you are troubleshooting network connectivity or attempting to detect malicious external network communications, understanding the nuances of common HTTP requests is extremely helpful but often it can be difficult for many security and IT professionals.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
