<?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 What is HTTP OPTIONS Method in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/what-is-http-options-method/m-p/20217#M14712</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In our ACC I can see that the status bar is 3.7, thanks to the vulnerability HTTP OPTIONS Method. The problem is that I have no idea what this is and how I can fix this. &lt;BR /&gt;How can I fix this problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Jul 2014 12:32:31 GMT</pubDate>
    <dc:creator>ZEBIT</dc:creator>
    <dc:date>2014-07-08T12:32:31Z</dc:date>
    <item>
      <title>What is HTTP OPTIONS Method</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/what-is-http-options-method/m-p/20217#M14712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In our ACC I can see that the status bar is 3.7, thanks to the vulnerability HTTP OPTIONS Method. The problem is that I have no idea what this is and how I can fix this. &lt;BR /&gt;How can I fix this problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2014 12:32:31 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/what-is-http-options-method/m-p/20217#M14712</guid>
      <dc:creator>ZEBIT</dc:creator>
      <dc:date>2014-07-08T12:32:31Z</dc:date>
    </item>
    <item>
      <title>Re: What is HTTP OPTIONS Method</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/what-is-http-options-method/m-p/20218#M14713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;H2&gt;OPTIONS Method&lt;/H2&gt;&lt;P&gt;The OPTIONS method is used by the client to find out what are the HTTP methods and other options supported by a web server. The client can specify a URL for the OPTIONS method, or an asterisk (*) to refer to the entire server. The following example request a list of methods supported by a web server running on tutorialspoint.com:&lt;/P&gt;&lt;PRE class="result"&gt;OPTIONS * HTTP/1.1 User-Agent: Mozilla/4.0 (compatible; MSIE5.01; Windows NT) &lt;/PRE&gt;&lt;P&gt;&lt;A href="http://www.tutorialspoint.com/http/http_methods.htm" title="http://www.tutorialspoint.com/http/http_methods.htm"&gt;HTTP Methods&lt;/A&gt;&lt;/P&gt;&lt;P&gt;________________&lt;/P&gt;&lt;P&gt;How to fix the issue:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From what I have researched, I believe you can only configure your web servers to not allow this method. There is nothing on the firewall that can be done. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2014 13:39:39 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/what-is-http-options-method/m-p/20218#M14713</guid>
      <dc:creator>DaveCorwin</dc:creator>
      <dc:date>2014-07-08T13:39:39Z</dc:date>
    </item>
    <item>
      <title>Re: What is HTTP OPTIONS Method</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/what-is-http-options-method/m-p/20219#M14714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As Dave mentioned, you would need to turn this off on the web server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Microsoft IIS you would use user request filtering to remove the options keyword.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.iis.net/learn/manage/configuring-security/use-request-filtering" title="http://www.iis.net/learn/manage/configuring-security/use-request-filtering"&gt;Use Request Filtering : The Official Microsoft IIS Site&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may also be interesting in the MS Technet article on hardening production IIS servers and the lockdown tool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://technet.microsoft.com/en-us/library/dd450371%28v=ws.10%29.aspx" title="http://technet.microsoft.com/en-us/library/dd450371%28v=ws.10%29.aspx"&gt;Security Guidance for IIS&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2014 16:52:23 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/what-is-http-options-method/m-p/20219#M14714</guid>
      <dc:creator>pulukas</dc:creator>
      <dc:date>2014-07-08T16:52:23Z</dc:date>
    </item>
    <item>
      <title>Re: What is HTTP OPTIONS Method</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/what-is-http-options-method/m-p/20220#M14715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good one Steven ....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2014 17:30:58 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/what-is-http-options-method/m-p/20220#M14715</guid>
      <dc:creator>hshah</dc:creator>
      <dc:date>2014-07-08T17:30:58Z</dc:date>
    </item>
  </channel>
</rss>

