<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Allow HTTP POST in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/allow-http-post/m-p/1991687#M440767</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think if I change the access-list to deny that would rather work?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list POST_ACL extended deny tcp 10.10.10.0 255.255.248.0 172.16.0.1 eq 80&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map POST_ACL&lt;/P&gt;&lt;P&gt; match access-list POST_ACL &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map type inspect http match-all POST_METHOD&lt;/P&gt;&lt;P&gt; match request method post&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map type inspect http POST_POLICY_ACTION&lt;/P&gt;&lt;P&gt; parameters&lt;/P&gt;&lt;P&gt; class POST_METHOD &lt;/P&gt;&lt;P&gt;&amp;nbsp; drop-connection &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map POST_TRAFFIC&lt;/P&gt;&lt;P&gt; class &lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect http POST_POLICY_ACTION&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Jun 2012 04:16:12 GMT</pubDate>
    <dc:creator>pratikmehta1</dc:creator>
    <dc:date>2012-06-18T04:16:12Z</dc:date>
    <item>
      <title>Allow HTTP POST</title>
      <link>https://community.cisco.com/t5/network-security/allow-http-post/m-p/1991686#M440766</link>
      <description>&lt;P&gt; I have a cisco asa running 6.3 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; I would like to allow HTTP POST method from specific IP range to a specific server.&lt;/P&gt;&lt;P&gt;all other IP addresses should only be allowed normal HTTP access to webserver.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; I tried to write up the policy map but getting a bit confused if the below if correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please advice. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list POST_ACL extended permit tcp 10.10.10.0 255.255.248.0 172.16.0.1 eq 80&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map POST_ACL&lt;/P&gt;&lt;P&gt; match access-list POST_ACL &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map type inspect http match-all POST_METHOD&lt;/P&gt;&lt;P&gt; match request method post&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map type inspect http POST_POLICY_ACTION&lt;/P&gt;&lt;P&gt; parameters&lt;/P&gt;&lt;P&gt; class POST_METHOD &lt;/P&gt;&lt;P&gt;&amp;nbsp; drop-connection &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map POST_TRAFFIC&lt;/P&gt;&lt;P&gt; class &lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect http POST_POLICY_ACTION&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 23:20:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allow-http-post/m-p/1991686#M440766</guid>
      <dc:creator>pratikmehta1</dc:creator>
      <dc:date>2019-03-11T23:20:15Z</dc:date>
    </item>
    <item>
      <title>Allow HTTP POST</title>
      <link>https://community.cisco.com/t5/network-security/allow-http-post/m-p/1991687#M440767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think if I change the access-list to deny that would rather work?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list POST_ACL extended deny tcp 10.10.10.0 255.255.248.0 172.16.0.1 eq 80&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map POST_ACL&lt;/P&gt;&lt;P&gt; match access-list POST_ACL &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map type inspect http match-all POST_METHOD&lt;/P&gt;&lt;P&gt; match request method post&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map type inspect http POST_POLICY_ACTION&lt;/P&gt;&lt;P&gt; parameters&lt;/P&gt;&lt;P&gt; class POST_METHOD &lt;/P&gt;&lt;P&gt;&amp;nbsp; drop-connection &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map POST_TRAFFIC&lt;/P&gt;&lt;P&gt; class &lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect http POST_POLICY_ACTION&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2012 04:16:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allow-http-post/m-p/1991687#M440767</guid>
      <dc:creator>pratikmehta1</dc:creator>
      <dc:date>2012-06-18T04:16:12Z</dc:date>
    </item>
  </channel>
</rss>

