<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Api on Lets Automate It</title>
    <link>https://letsautomate.it/tags/api/</link>
    <description>Recent content in Api 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/tags/api/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>
    <item>
      <title>Common Rest Api Authentication Methods Explained</title>
      <link>https://letsautomate.it/article/common-rest-api-authentication-methods-explained/</link>
      <pubDate>Wed, 21 Apr 2021 11:58:59 -0600</pubDate>
      <guid>https://letsautomate.it/article/common-rest-api-authentication-methods-explained/</guid>
      <description>&lt;p&gt;When it comes to implementing automation and orchestration, it is critical to understand how authentication works with APIs. The majority of the products in your environment likely have some sort of authentication mechanism. You need to know the nuances and differences between various authentication methods in order to automate communications with those APIs. In this blog post, I aim to help you understand by breaking down three different API authentication methods.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Understanding APIs: SOAP</title>
      <link>https://letsautomate.it/article/understanding-apis-soap/</link>
      <pubDate>Thu, 24 Oct 2019 12:03:34 -0600</pubDate>
      <guid>https://letsautomate.it/article/understanding-apis-soap/</guid>
      <description>&lt;p&gt;In my previous post, I talked about the basics of REST (representable state transfer) APIs (application programming interfaces). If you haven&amp;rsquo;t read it yet, I highly recommend you read that post before continuing.&lt;/p&gt;&#xA;&lt;p&gt;In this post, we will be talking about the basics of simple object access protocol (SOAP) APIs, and we will primarily focus on a real SOAP service: Microsoft Exchange Web Services. RESTful APIs, which are the most commonly used APIs today, are powerful and provide a simple way to interact with a service or application via an exposed interface. Even though REST is the most popular, SOAP is still used today by many major services.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Understanding APIs: REST</title>
      <link>https://letsautomate.it/article/understanding-apis-rest/</link>
      <pubDate>Thu, 17 Oct 2019 12:03:34 -0600</pubDate>
      <guid>https://letsautomate.it/article/understanding-apis-rest/</guid>
      <description>&lt;p&gt;Security orchestration, automation and response (SOAR) platforms rely heavily on APIs (application programming interfaces) to drive orchestration of disparate security tools (products) and invoke desired responses in the form of actions. Besides SOAR products, APIs are commonplace among almost all services, tools, and products used by technical workers.&lt;/p&gt;&#xA;&lt;p&gt;Even though APIs are extremely common, you may not have experience using them or even know that a service has one when interacting with it. For example, Facebook uses an API framework called Graph API.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
