<?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 X-Content for Alteryx Server in Alteryx Server Discussions</title>
    <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/X-Content-for-Alteryx-Server/m-p/469214#M4772</link>
    <description>&lt;P&gt;Hello Support&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In IIS&amp;nbsp; , we can edit the web.config IIS file and modify&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN&gt;X-Content-Type-Options&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;response HTTP ,is there any tips to do the same thing on the alteryx server for security issues?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 26 Sep 2019 13:41:58 GMT</pubDate>
    <dc:creator>asma_rez</dc:creator>
    <dc:date>2019-09-26T13:41:58Z</dc:date>
    <item>
      <title>X-Content for Alteryx Server</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/X-Content-for-Alteryx-Server/m-p/469214#M4772</link>
      <description>&lt;P&gt;Hello Support&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In IIS&amp;nbsp; , we can edit the web.config IIS file and modify&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN&gt;X-Content-Type-Options&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;response HTTP ,is there any tips to do the same thing on the alteryx server for security issues?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Sep 2019 13:41:58 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/X-Content-for-Alteryx-Server/m-p/469214#M4772</guid>
      <dc:creator>asma_rez</dc:creator>
      <dc:date>2019-09-26T13:41:58Z</dc:date>
    </item>
    <item>
      <title>Re: X-Content for Alteryx Server</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/X-Content-for-Alteryx-Server/m-p/469496#M4778</link>
      <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/62716"&gt;@asma_rez&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We use something called WCF (Windows Communication Foundation) which is a part of the .NET framework provided by Microsoft. &amp;nbsp;It allows the Gallery to be a self-hosted web service. &amp;nbsp;This means that it does not require IIS or some other web server. &amp;nbsp;It just registers itself with the address they&amp;nbsp;have specified in their Gallery base address and responds to web requests at that address.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can find more than you probably ever wanted to know about WCF here: &amp;nbsp;&lt;A href="https://msdn.microsoft.com/en-us/library/ms731082(v=vs.110).aspx" target="_blank" rel="nofollow noopener noreferrer"&gt;https://msdn.microsoft.com/en-us/library/ms731082(v=vs.110).aspx&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please look at &lt;A href="https://community.alteryx.com/t5/Alteryx-Server-Discussions/Missing-X-XSS-Protection-header-For-Alteryx/m-p/469205/highlight/false#M4771" target="_self"&gt;this&lt;/A&gt; thread as it is a similar question.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Sep 2019 20:27:10 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/X-Content-for-Alteryx-Server/m-p/469496#M4778</guid>
      <dc:creator>DiganP</dc:creator>
      <dc:date>2019-09-26T20:27:10Z</dc:date>
    </item>
    <item>
      <title>Re: X-Content for Alteryx Server</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/X-Content-for-Alteryx-Server/m-p/469994#M4789</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/62716"&gt;@asma_rez&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I understand you correctly, you are asking to add a custom header to the server's replies? If so, you can edit your alteryx.config file (standard location is&amp;nbsp;C:\Program Files\Alteryx\bin\config\alteryx.config). Find the section for httpHeaders and edit similar to:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;lt;&lt;/SPAN&gt;&lt;SPAN&gt;httpHeaders&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;lt;header&amp;nbsp;name="X-Content-Type-Options"&amp;nbsp;value="nosniff"&amp;nbsp;/&amp;gt;&lt;/SPAN&gt;
&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN&gt;httpHeaders&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2019 20:34:30 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/X-Content-for-Alteryx-Server/m-p/469994#M4789</guid>
      <dc:creator>SeanN</dc:creator>
      <dc:date>2019-09-27T20:34:30Z</dc:date>
    </item>
  </channel>
</rss>

